Subject: Re: Error building libc
To: Xavier HUMBERT <xavier@xavhome.fr.eu.org>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: current-users
Date: 03/06/2001 22:55:34
On Tuesday 06 March 2001  7:21 pm, Xavier HUMBERT wrote:
> While trying to eliminate the set/getprogram problem, as noted in
> src/UPDATING, I tried to rebuild libc (my userland is up to date) :
>
>
> # cd /usr/src/lib/libc
> # make cleandir && make depend && make && make install
>
> cc1: warnings being treated as errors
> /usr/src/lib/libc/gen/assert.c: In function `__diagassert13':
> /usr/src/lib/libc/gen/assert.c:130: warning: implicit declaration of
> function `getprogname'
> /usr/src/lib/libc/gen/assert.c:130: warning: format argument is not a
> pointer (arg 3)
> *** Error code 1
>
> What happens ?

Try doing a make includes at the top level.  you should be fine though to 
just do a make build at the top-level if you're on a recent build.  (I did 
last night worked fine :)

Chris