Could someone please help me upgrade gcc-2.5.8? I am trying to go to either
2.6.2 or 2.6.3. Both of them give me the same error.
First I 'configure', and that seems to work fine. But then I do a
'make LANGUAGES=c' and it starts off fine:
cc -DIN_GCC -DPOSIX -g -I. -I. -I./config \ ... but then gives me some errors about not being able to find some In file included from cccp.c:74: and a couple others with stat.h, signal.h, fcntl.h, and errno.h. This Any help would be great. -Aaron
-DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i486-unknown-linux/2.6.2/include
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" \
-DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
-DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i486-unknown-linux/2.6.2/sys-i
-DTOOL_INCLUDE_DIR=\"/usr/local/i486-unknown-linux/include\" \
-c `echo ./cccp.c | sed 's,^\./,,'`
header files:
/usr/include/sys/types.h:4: linux/types.h: No such file or directory
seems to be an error in cccp.c, since /usr/include/sys/types.h DOES
exit on my system. There isn't even a linux directory in the package,
I don't think, so why is it looking for linux/types.h?