From: Epstein@DOCKMASTER.NCSC.MIL Subject: Re: compiling kernel with GCC 2.2.2 Date: Wed, 1 Jul 1992 03:22:02 GMT
I too had to ln -s /usr/lib/gcc-lib/2.2.2/.../stdarg.h and stddef.h
I offer as proof of reading FAQ and gcc.man the following erratta in
FAQ:
In /usr/lib/gcc-lib/i386-linux/2.11c, rename THAT should be 2.1 as gcc
2.11c named its dir that
Yes, I tried all types of -I/usr/lib/gcc-lib after removing all nostdinc
--- checked by find /usr/src/linux -name Makefile -exec grep nostdinc {}
\; -print
I also had to change the config stuff with path ../../../config.h et al
to config.h et al --- I did a make dep
I have been reading the RTFM since Unix and C had no type long.
BTW: using gcc 2.2.2 without fix1 or fix2 --- I assume load at banjo
will easy up by this weekend :-)
John