This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
aix4.3 bootstrap fails with snapshot 20000619
- To: gcc-bugs at gcc dot gnu dot org
- Subject: aix4.3 bootstrap fails with snapshot 20000619
- From: "Smithers, Kit" <kit dot smithers at eds dot com>
- Date: Fri, 23 Jun 2000 09:54:45 +0100
The latest snapshot (20000619) fails to build under aix4.3
I'm currently trying to build the snapshot using the following commands:
$ configure --prefix=/tools_fdps2/gcc/20000619/
$ gmake bootstrap
I get as far as:
/cssinteg/users/kits/tools/egcs-20000619/gcc/g++
-B/cssinteg/users/kits/tools/egcs-20000619/gcc/
-B/tools_fdps2/gcc/20000619/powerpc-ibm-aix4.3.2.0/bin/ -c -g -O2
-fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++
valarray.cc
In file included from
/cssinteg/users/kits/tools/egcs-20000619/gcc/include/new:35,
from
/cssinteg/users/kits/tools/egcs-20000619/gcc/include/new.h:33,
from stl/stl_algobase.h:52,
from stl/algorithm:30,
from std/std_valarray.h:41,
from valarray.cc:1:
/cssinteg/users/kits/tools/egcs-20000619/gcc/include/exception:39:
redefinition of `struct exception'
/usr/include/math.h:455: previous definition here
gmake[2]: *** [valarray.o] Error 1
gmake[2]: Leaving directory
`/cssinteg/users/kits/tools/egcs-20000619/powerpc-ibm-aix4.3.2.0/libstdc++'
gmake[1]: *** [all-target-libstdc++] Error 2
gmake[1]: Leaving directory `/cssinteg/users/kits/tools/egcs-20000619'
gmake: *** [bootstrap] Error 2
--
Kit Smithers