Hi, I am trying to build gcc-4.0.2 on AIX 5.2 and having a hell of a time. Originally, I was getting errors that led me to believe the I need to use GCC make. So I compiled GCC make-3.80 and tried recompiling gcc-4.0.2 and am getting the following errors: cc -c -g -DIN_GCC -DHAVE_CONFIG_H -I. -Ijava -I.././gcc-4.0.2/gcc -I.././gcc-4.0.2/gcc/java -I.././gcc-4.0.2/gcc/../include -I./../intl -I.././gcc-4.0.2/gcc/../libcpp/include .././gcc-4.0.2/gcc/java/jvgenmain.c -o java/jvgenmain.o rm -f jvgenmain cc -g -DIN_GCC -DHAVE_CONFIG_H -o jvgenmain java/jvgenmain.o java/mangle_name.o errors.o intl.o ../libcpp/libcpp.a ./../intl/libintl.a -liconv ../libiberty/libiberty.a ld: 0711-317 ERROR: Undefined symbol: .vec_gc_p_reserve ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make[1]: *** [jvgenmain] Error 8 make[1]: Leaving directory `/prodwatch/source/gcc' make: *** [all-gcc] Error 2 root@eadev1:/prodwatch/source# export PATH=$PATH:/prodwatch/gcc-4.0.2/bin root@eadev1:/prodwatch/source# echo $PATH /usr/local/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb://bin:/usr/bin/X11:/sbin :/usr/local/sbin:/usr/java131/jre/bin:.:/usr/opt/ifor/ls/os/aix/bin:/pro dwatch/gcc-4.0.2/bin I have spent two day trying to compile and have done Google and Yahoo searches to see if I might find answers, and have no luck. I am hoping that someone will be able to assist. Thank you. Peter Loo