GCC 3.0 build on HP-UX 11.00
PAD HOSMANE
phosmane@pop.fedworld.gov
Mon Feb 25 07:06:00 GMT 2002
Hi,
Any input for the problem mentioned below?
Thanks
-----Original Message-----
From: PAD HOSMANE [mailto:phosmane@apollo.fedworld.gov]
Sent: Friday, February 22, 2002 8:31 AM
To: gcc-help@gcc.gnu.org
Subject: GCC 3.0 build on HP-UX 11.00
Hi,
I am compiling GCC 3.0 on HP-UX 11.00 and i getting following error shown
below. Any thoughts or input is greatly appreciated.
I used following flags for configure:
#
./configure --prefix=/opt/gcc2.95.3 --enable-packages=c --with--gnu-as --wit
h-as=/opt/binutils.2.11/bin/as --enable-version-specific-runtime-libs --ena
ble-languages=c++ --disable-shared --host=hppa1.1-hp-hpux11.00
The output of config.guess --> hppa2.0w-hp-hpux11.00
I saw in the successful build list that somebody has successfully compiled
3.0 on hppa2.0w-hp-hpux11.00. Can somebody share info about the compiling on
HP-UX 11.00.
Make ERROR
----------
In file included from ../include/bits/std_complex.h:43,
from complex_io.cc:30:
../include/c_std/bits/std_cmath.h: In function `double std::pow(double,
int)':
../include/c_std/bits/std_cmath.h:419: `double std::pow(double, int)'
conflicts
with previous using declaration `double pow(double, int)'
/bin/sh ../libtool --tag CXX --mode=compile
/test/down/gcc-3.0/gcc/xgcc -B/test/down/gcc-3.0/gcc/ -nostdinc++ -L/test/d
own/gcc-3.0/hppa1.1-hp-hpux11.00/libstdc++-v3/src -L/test/down/gcc-3.0/hppa1
.1-hp-hpux11.00/libstdc++-v3/src/.libs -B/opt/gcc2.95.3/hppa1.1-hp-hpux11.00
/bin/ -B/opt/gcc2.95.3/hppa1.1-hp-hpux11.00/lib/ -isystem
/opt/gcc2.95.3/hppa1.1-hp-hpux11.00/include -nostdinc++ -I../include -I../i
nclude/std -I../include/c_std -I../include -I../libsupc++ -I../libio -I../l
ibio -I../libmath -g -O2 -fno-implicit-templates -Wall -Wno-f
ormat -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g
-I../include/backward -c strstream.cc
/test/down/gcc-3.0/gcc/xgcc -B/test/down/gcc-3.0/gcc/ -nostdinc++ -L/test/do
wn/gcc-3.0/hppa1.1-hp-hpux11.00/libstdc++-v3/src -L/test/down/gcc-3.0/hppa1.
1-hp-hpux11.00/libstdc++-v3/src/.libs -B/opt/gcc2.95.3/hppa1.1-hp-hpux11.00/
bin/ -B/opt/gcc2.95.3/hppa1.1-hp-hpux11.00/lib/ -isystem
/opt/gcc2.95.3/hppa1.1-hp-hpux11.00/include -nostdinc++ -I../include -I../in
clude/std -I../include/c_std -I../include -I../libsupc++ -I../libio -I../lib
io -I../libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-
strings -Winline -fdiagnostics-show-location=once -g -I../include/backward -
c strstream.cc -o strstream.o
make[4]: *** [complex_io.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/test/down/gcc-3.0/hppa1.1-hp-hpux11.00/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/test/down/gcc-3.0/hppa1.1-hp-hpux11.00/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/test/down/gcc-3.0/hppa1.1-hp-hpux11.00/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/test/down/gcc-3.0'
make: *** [bootstrap] Error 2
More information about the Gcc-help
mailing list