From: fox@graphics.cs.nyu.edu (David Fox) Subject: Re: Compiling GCCv2.4.3.1 Date: Sat, 3 Jul 1993 01:26:02 GMT
In article <211nb9INNdhg@crcnis1.unl.edu> rse@cse.unl.edu (robert ellsworth) writes:
I'm trying to compile GCC v2.4.3.1 and I'm having nothing but
problems. I'm using SLS v1.01(2?), gcc v2.3.3, and the kernel is
0.99.p9-1. When I do a configure --target=i386-linux
--prefix=/usr, and then the make LANGUAGES=c, I get the following
messages..
[... compiling of some of the code ...]
cc -DIN_GCC -DPOSIX -g -o genattr genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o
;; esac ` ` case "cc"@"" in "cc"@?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genattr.c:258 (genattr.o): Undefined symbol __obstack_begin referenced from text segment
rtl.c:199 (rtl.o): Undefined symbol __obstack_newchunk referenced from text segment
I got this. I added -D_LIBC to the CFLAGS. I don't know why the
obstack routines are not where gcc expects them to be.
-david