Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 18:54:33 +0400 (MSK)
From:      Grigory Kljuchnikov <grn@ispras.ru>
To:        Mark Woodson <mwoodson@bacxs.com>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: Error by make buildworld
Message-ID:  <Pine.GSO.4.33.0108241853410.16269-100000@gate.ispras.ru>
In-Reply-To: <5.1.0.14.0.20010823234200.00aa5d00@192.168.99.2>

next in thread | previous in thread | raw e-mail | index | archive | help
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

>
> Otherwise I would rejoice and drink still more alchoholic beverages
> (perhaps I'll do that anyway).
>
> -Mark
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>


Grigory Klyuchnikov, System Engineer,
Institute for System Programming
Russian Academy of Sciences


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?Pine.GSO.4.33.0108241853410.16269-100000>