From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ed Geraghty To: help-gcc@gnu.org Subject: GCC-2.95.2 and AIX v4.3.3 compile errors w/egcs-2.91.66 Date: Fri, 10 Dec 1999 04:43:00 -0000 Message-id: <3850F50E.C2D65FCE@us.ibm.com> X-SW-Source: 1999-12/msg00148.html Hello All, If this subject seems familar well it should... I had posted a message just a few hours ago when I was trying to compile gcc-2.95.2 with the AIX v4.3.3 native compiler. Running out of time I tried using a version of egcs I have allready compiled under AIX v4.3.2. Just wondering does anybody have any suggestions how to fix this? Target "all" is up to date. Target "all" is up to date. (cd intl && make all) Target "all" is up to date. cd ch; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=ar -X32_64" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=-lld" "GCC_FOR_TARGET=/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/xgcc -B/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/ -B/usr/local/powerpc-ibm-aix4.3.3.0/bin/ -I/usr/local/powerpc-ibm-aix4.3.3.0/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=ranlib" "RANLIB_TEST_FOR_TARGET=[ -f ranlib ] || ( [ "powerpc-ibm-aix4.3.3.0" = "powerpc-ibm-aix4.3.3.0" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-ibm-aix4.3.3.0" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2/../../../../powerpc-ibm-aix4.3.3.0" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "CHILLFLAGS=-g -O2" "CHILL_FOR_TARGET=/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/xgcc -B/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/ -B/usr/local/powerpc-ibm-aix4.3.3.0/bin/ -L/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/ch/runtime/" "CHILL_LIB=-lchill" "GNUCHILL_VERSION=1.5.2" ../cc1chill gcc -DIN_GCC -g -O2 -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o ch-version.o `cat ../stamp-objlist` `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `if [ xalloca.o != x ]; then echo ../alloca.o; else true; fi` `if [ x != x ]; then echo ../; else true; fi` -lld ld: 0711-781 ERROR: TOC overflow. TOC size: 68040 Maximum size: 65536 collect2: ld returned 12 exit status TIA, EdGy From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ed Geraghty To: help-gcc@gnu.org Subject: GCC-2.95.2 and AIX v4.3.3 compile errors w/egcs-2.91.66 Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <3850F50E.C2D65FCE@us.ibm.com> X-SW-Source: 1999-12n/msg00148.html Message-ID: <19991231222400.SjChUkSBXsawm9rGq-PCmutOnBnrV4Sdi-nJn777FpE@z> Hello All, If this subject seems familar well it should... I had posted a message just a few hours ago when I was trying to compile gcc-2.95.2 with the AIX v4.3.3 native compiler. Running out of time I tried using a version of egcs I have allready compiled under AIX v4.3.2. Just wondering does anybody have any suggestions how to fix this? Target "all" is up to date. Target "all" is up to date. (cd intl && make all) Target "all" is up to date. cd ch; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=ar -X32_64" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=-lld" "GCC_FOR_TARGET=/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/xgcc -B/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/ -B/usr/local/powerpc-ibm-aix4.3.3.0/bin/ -I/usr/local/powerpc-ibm-aix4.3.3.0/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=ranlib" "RANLIB_TEST_FOR_TARGET=[ -f ranlib ] || ( [ "powerpc-ibm-aix4.3.3.0" = "powerpc-ibm-aix4.3.3.0" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/powerpc-ibm-aix4.3.3.0" "gcc_tooldir=/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2/../../../../powerpc-ibm-aix4.3.3.0" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "CHILLFLAGS=-g -O2" "CHILL_FOR_TARGET=/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/xgcc -B/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/ -B/usr/local/powerpc-ibm-aix4.3.3.0/bin/ -L/dfs/users/ed/utils/gcc/gcc-2.95.2/obj/gcc/ch/runtime/" "CHILL_LIB=-lchill" "GNUCHILL_VERSION=1.5.2" ../cc1chill gcc -DIN_GCC -g -O2 -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o ch-version.o `cat ../stamp-objlist` `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `if [ xalloca.o != x ]; then echo ../alloca.o; else true; fi` `if [ x != x ]; then echo ../; else true; fi` -lld ld: 0711-781 ERROR: TOC overflow. TOC size: 68040 Maximum size: 65536 collect2: ld returned 12 exit status TIA, EdGy