Mail Archives: pgcc/1998/02/22/20:52:14
to followup on my last post, that second compile error was because the
various compiler binaries needed linked with frame.o as well, but weren't.
i did them manually with all the needed objects, and now i'm getting this:
nuklear [/usr/src/egcs-980214/gcc]# gcc -DIN_GCC -g -DHAVE_CONFIG_H
-DHAIFA -o xgcc gcc.o prefix.o version.o \
> choose-temp.o pexecute.o obstack.o frame.o
gcc.o: In function `read_specs':
/usr/src/egcs-980214/gcc/gcc.c:1424: undefined reference to `stat'
gcc.o: In function `delete_if_ordinary':
/usr/src/egcs-980214/gcc/gcc.c:1750: undefined reference to `stat'
gcc.o: In function `is_directory':
/usr/src/egcs-980214/gcc/gcc.c:4330: undefined reference to `stat'
which seems like a bug in gcc.c
_ _ __ __ _ _ _
| / |/ /_ __/ /_____ | Nuke Skyjumper |
| / / // / '_/ -_) | "Master of the Farce" |
|_ /_/|_/\_,_/_/\_\\__/ _|_ nuke AT bayside DOT net _|
- Raw text -