4.1.0 bootstrap error on AIX 5.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'am building gcc4.1.0 on my AIX 5.3 box with gcc 4.0.0
oslevel -r:
5300-03
gcc -v:
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: /usr/src/gcc-4.0.0/configure --prefix=/usr/gcc400 --libexecdir=/usr/gcc400/lib --with-local-prefix=/usr/gcc400 --disable-nls --enable-languages=c,c++ : (reconfigured) /usr/src/gcc-4.0.0/configure --prefix=/usr/gcc400 --libexecdir=/usr/gcc400/lib --with-local-prefix=/usr/gcc400 --disable-nls --enable-languages=c,c++
Thread model: aix
gcc version 4.0.0

gmake -v:
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.

My configuration batch:
/usr/src # cd gcc410build
/usr/src/gcc410build # cat startconf
CONFIG_SHELL=/opt/freeware/bin/bash
export CONFIG_SHELL
/usr/src/gcc-4.1.0/configure --disable-nls --enable-languages=c,c++ --enable-debug

When i make a "gmake bootstrap" i get the errors:
./xgcc -B./ -B/usr/local/powerpc-ibm-aix5.3.0.0/bin/ -isystem /usr/local/powerpc-ibm-aix5.3.0.0/include -isystem /usr/local/powerpc-ibm-aix5.3.0.0/sys-include -L/usr/src/gcc410build/gcc/../ld -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -mlong-double-128 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/usr/src/gcc-4.1.0/gcc -I/usr/src/gcc-4.1.0/gcc/. -I/usr/src/gcc-4.1.0/gcc/../include -I/usr/src/gcc-4.1.0/gcc/../libcpp/include -DL_muldi3 -c /usr/src/gcc-4.1.0/gcc/libgcc2.c -o libgcc/./_muldi3.o
cc1: error: unrecognized command line option "-quiet"
cc1: error: unrecognized command line option "-I."
cc1: error: unrecognized command line option "-I."
cc1: error: unrecognized command line option "-I/usr/src/gcc-4.1.0/gcc"
cc1: error: unrecognized command line option "-I/usr/src/gcc-4.1.0/gcc/."
cc1: error: unrecognized command line option "-I/usr/src/gcc-4.1.0/gcc/../include" cc1: error: unrecognized command line option "-I/usr/src/gcc-4.1.0/gcc/../libcpp/include"
cc1: error: unrecognized command line option "-DIN_GCC"
cc1: error: unrecognized command line option "-DHAVE_GTHR_DEFAULT"
cc1: error: unrecognized command line option "-DIN_LIBGCC2"
cc1: error: unrecognized command line option "-D__GCC_FLOAT_NOT_NEEDED"
cc1: error: unrecognized command line option "-DL_muldi3"
cc1: error: unrecognized command line option "-quiet"
cc1: error: unrecognized command line option "-dumpbase"
cc1: error: unrecognized command line option "-mlong-double-128"
cc1: error: unrecognized command line option "-auxbase-strip"
cc1: error: unrecognized command line option "-g"
cc1: error: unrecognized command line option "-g"
cc1: error: unrecognized command line option "-O2"
cc1: error: unrecognized command line option "-O2"
cc1: error: unrecognized command line option "-O2"
cc1: error: unrecognized command line option "-W"
cc1: error: unrecognized command line option "-Wall"
cc1: error: unrecognized command line option "-Wwrite-strings"
cc1: error: unrecognized command line option "-Wstrict-prototypes"
cc1: error: unrecognized command line option "-Wmissing-prototypes"
cc1: error: unrecognized command line option "-Wold-style-definition"
cc1: error: unrecognized command line option "-o"
cc1: warning: -Wformat-nonliteral ignored without -Wformat
cc1: warning: -Wformat-security ignored without -Wformat

Execution times (seconds)
TOTAL : 0.00 0.00 0.00 0 kB
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --disable-checking to disable checks.
gmake[3]: *** [libgcc/./_muldi3.o] Error 1
gmake[3]: Leaving directory `/usr/src/gcc410build/gcc'
gmake[2]: *** [stmp-multilib] Error 2
gmake[2]: Leaving directory `/usr/src/gcc410build/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/usr/src/gcc410build/gcc'
gmake: *** [bootstrap-lean] Error 2








[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux