From mboxrd@z Thu Jan 1 00:00:00 1970 From: BASS David To: "'egcs@egcs.cygnus.com'" Subject: Failure to compile egcs-1.1.2 Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <199903191245.NAA08072@acrux.mis.eurocontrol.be> X-SW-Source: 1999-03n/msg00651.html Message-ID: <19990331234600.G33ZeEaM4IoTNetPZte-IzWUfsGkLC0Ndl5jnYzFsKM@z> I downloaded the release version (1.1.2) "core" package and had the following problem. config.guess = powerpc-ibm-aix4.1.5.0 Using bash: (from a separate build directory) ../egcs-1.1.2/configure --prefix=~user/local CC=cc;export CC (cc is in /usr/bin/cc) After make bootstrap-lean and some time it gets as far as stage1/xgcc -Bstage1/ -DIN_GCC -O2 -DHAVE_CONFIG_H -DHAIFA -Wl,-bbigtoc - o cccp cccp.o I get an error from my binutils 2.9.1 copy of gnu ld saying "invalid BFD target 'bigtoc'" Which is odd because a. I removed the location of gnu ld from my path (which ld gives /usr/bin/ld) (it is however in ~user/local/bin/ld) b. I get the same error if I specify --with-gnu-ld I have previously installed 1.1.1 without problems. I suspect I can work around this by moving/removing gnu ld, but should egcs be using gnu ld when it's supposed to find the ibm one first? David