Well ... it's a little messy. Could be more than I'm suspecting. > ../../gcc-3.3/gcc/tsystem.h:75:23: sys/types.h: > No such file or directory > ../../gcc-3.3/gcc/tsystem.h:78:19: errno.h: > No such file or directory
Missing kernel headers? Looks like you've got some other headers missing too, so I am really not certain. Did you have a development environment installed before trying to rebuild the compiler? Also, did you do a 'make bootstrap'? Need to do that. The compiler suite is awfully complex compared to other packages. -- RMT
