I am attempting to compile GCC version 3.3.2 on my AIX system. Here is the host config: AIX 5.2 ML 6 powerpc-ibm-aix5.2.0.0 GNU make v 3.80 Native ar and ld (/usr/bin/ar /usr/bin/ld) Using Native C compiler: cc_r - C for AIX Compiler, Version 6 environment variables: OBJECT_MODE=64 CC=cc_r APAR IY53606 installed configure statement: /usr/local/builds/gcc-3.3.2/objdir] ../configure --prefix=/usr/local/gcc- 3.3.2 --enable-threads=aix --disable-nls
When running "make bootstrap" it fails with the following: mkdir libgcc/pthread/ppc64 if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -B/usr/local/gcc-3.3.2/powerpc-ibm-aix5.2.0.0/bin/ - isystem /usr/local/gcc-3.3.2/powerpc-ibm-aix5.2.0.0/include - isystem /usr/local/gcc-3.3.2/powerpc-ibm-aix5.2.0.0/sys-include -O2 - DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes - isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 - D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config - I../../gcc/../include -DL_muldi3 -c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o Assembler: /tmp//ccLHMdWu.s: line 68: 1252-191 Only .llong should be used for relocatable expressions. /tmp//ccLHMdWu.s: line 285: 1252-191 Only .llong should be used for relocatable expressions. /tmp//ccLHMdWu.s: line 446: 1252-191 Only .llong should be used for relocatable expressions. make[3]: *** [libgcc/./_muldi3.o] Error 1 make[3]: Leaving directory `/usr/local/builds/gcc-3.3.2/objdir/gcc' make[2]: *** [stmp-multilib] Error 2 make[2]: Leaving directory `/usr/local/builds/gcc-3.3.2/objdir/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/usr/local/builds/gcc-3.3.2/objdir/gcc' make: *** [bootstrap] Error 2 I have read a build document (http://gcc.gnu.org/ml/gcc/2003-11/msg01493.html) and searched Google but no luck. I have successfully compiled this exact version on another development server - AIX 5.2 ML3 and I used native C compiler to build it. But I am getting no where with this and need some help. -- Summary: Make Bootstrap fails on AIX 5.2 ML6 Product: gcc Version: 3.3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: elizabeth dot brosch at thomson dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101