This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0
- From: Brendan_E_Martin at vfc dot com
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 24 Jan 2003 15:19:56 -0500
- Subject: Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0
I have installed gcc 2.95 from an installp image and am now attempting to
upgrade the compiler to the latest level.
Getting the following output at the end of build attempts:
Bootstrapping the compiler
make[1]: Entering directory `/usr/local/build/gcc'
/usr/local/bin/make CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \
CFLAGS="-g " MAKEINFO="/usr/local/src/gcc-3.2/missing makeinfo " \
MAKEINFOFLAGS=""
make[2]: Entering directory `/usr/local/build/gcc'
(cd intl && /usr/local/bin/make all)
make[3]: Entering directory `/usr/local/build/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/build/gcc/intl'
gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -o Tcollect2 \
collect2.o tlink.o hash.o intl.o underscore.o version.o
../libiberty/libiberty.a
ld: 0711-317 ERROR: Undefined symbol: .ldopen
ld: 0711-317 ERROR: Undefined symbol: .ldtbread
ld: 0711-317 ERROR: Undefined symbol: .ldgetname
ld: 0711-317 ERROR: Undefined symbol: .ldclose
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make[2]: *** [collect2] Error 1
make[2]: Leaving directory `/usr/local/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/build/gcc'
make: *** [bootstrap] Error 2
Any recommendations will be appreciated.
Brendan Martin