Subject: Re: stdio.h, types.h off_t and __off_t and ...
To: None <current-users@netbsd.org>
From: Anthony Mallet <mallet@laas.fr>
List: current-users
Date: 12/31/2000 01:03:03
Jarom=EDr Dolecek wrote :
| Do you use 'make build' ? That should do all necessary magic in
| 'right' sequence.

| You might try to do manual 'make includes' in sys/ and then
| under lib/libc/ prior to any other stuff, too.

The make build fails as soon as it tries to compile something (thus the=

"includes" target does not terminate).
I tried to install a new egcs, which worked but did not change anything=


Then I try to make build with the old stdio.h and sys/types.h files (fr=
om
the 1.5 tree) which worked a bit better but failed because I did not ha=
ve
an "__assert13" symbol in my libc (1.5). So I tried to build a new libc=
 but
it failled (i used a "make NOGCCERROR=3D1" because the build produced a=
 lot
of warnings but it finally failed at some stage).

I'll try to make build in an empty DESTDIR whithout the "UPDATE=3D1". I=
t
seems it's not possible (or not easy at least...) to just upgrade from =
an
existing 1.5 installation.