Date: Fri, 24 Aug 2001 09:13:28 -0600 From: Matt Meola <mmeola@qwest.com> To: Grigory Kljuchnikov <grn@ispras.ru> Cc: Mark Woodson <mwoodson@bacxs.com>, freebsd-stable@FreeBSD.ORG Subject: Re: Error by make buildworld Message-ID: <20010824091328.C45589@kc0dxw-2.uswc.uswest.com> In-Reply-To: <Pine.GSO.4.33.0108241853410.16269-100000@gate.ispras.ru> References: <5.1.0.14.0.20010823234200.00aa5d00@192.168.99.2> <Pine.GSO.4.33.0108241853410.16269-100000@gate.ispras.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 24, 2001 at 06:54:33PM +0400, Grigory Kljuchnikov wrote: > On Thu, 23 Aug 2001, Mark Woodson wrote: > > > At 03:07 PM 8/16/2001 -0600, Matt Meola wrote: > > >The steps: > > > > > >1. Drink alcoholic beverage of your choice. > > > > > >2. cd /usr/src/lib/libc/gen > > > > > >3. make basename.o > > > > > >4. ar r /usr/lib/libc.a basename.o > > > > > >5. Drink another alcoholic beverage of your choice. > > > > > >6. cd /usr/src > > > > > >7. make buildworld > > > > > >8. Rejoice and drink still more alcoholic beverages! > > > > The steps are not working on a 4.1-RELEASE #0 system. > > > > make basename.o generates: > > > > gw# make basename.o > > cc -O -pipe -c basename.c > > basename.c:36: libgen.h: No such file or directory > > ***Error Code 1 > > Try > cc -O -pipe -I/usr/src/include/libgen.h -c basename.c cc -O -pipe -I/usr/src/include -c basename.c ...? Alternatively: 1.1. cd /usr/src 1.2. make includes -- Matt Meola AFØD af0d@qsl.net ARES CO D. 6 AEC http://www.qsl.net/af0d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010824091328.C45589>