This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++
- From: "carsten dot traebing at de dot ina dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2004 09:40:50 -0000
- Subject: [Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++
- References: <20031219125942.13443.carsten.traebing@de.ina.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From carsten dot traebing at de dot ina dot com 2004-01-21 09:40 -------
With --disable-werror it works and I'm getting an gcc, but there's another
error while building the library libsupc++.
I don't know wether this goes too far for this Bug, but here's the output
(configuration is done using HP as, because GNU as doesn't work):
...
/bin/sh ../libtool --tag CXX --tag disable-shared --
mode=compile /home/femadm/compile/gcc/xgcc -shared-libgcc -
B/home/femadm/compile/gcc/ -nostdinc++ -L/home/femadm/compile/hppa2.0w-hp-
hpux11.11/libstdc++-v3/src -L/home/femadm/compile/hppa2.0w-hp-
hpux11.11/libstdc++-v3/src/.libs -B/inaetc/tb_sim/hppa2.0w-hp-hpux11.11/bin/ -
B/inaetc/tb_sim/hppa2.0w-hp-hpux11.11/lib/ -isystem /inaetc/tb_sim/hppa2.0w-hp-
hpux11.11/include -isystem /inaetc/tb_sim/hppa2.0w-hp-hpux11.11/sys-include -
I/home/femadm/compile/gcc-3.4-20040114/libstdc++-v3/../gcc -
I/home/femadm/compile/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-
hpux11.11 -I/home/femadm/compile/hppa2.0w-hp-hpux11.11/libstdc++-v3/include -
I/home/femadm/compile/gcc-3.4-20040114/libstdc++-v3/libsupc++ -O2 -g -g -O2 -
fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-
show-location=once -c -o eh_aux_runtime.lo ../../../../gcc-3.4-
20040114/libstdc++-v3/libsupc++/eh_aux_runtime.cc
/home/femadm/compile/gcc/xgcc -shared-libgcc -B/home/femadm/compile/gcc/ -
nostdinc++ -L/home/femadm/compile/hppa2.0w-hp-hpux11.11/libstdc++-v3/src -
L/home/femadm/compile/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs -
B/inaetc/tb_sim/hppa2.0w-hp-hpux11.11/bin/ -B/inaetc/tb_sim/hppa2.0w-hp-
hpux11.11/lib/ -isystem /inaetc/tb_sim/hppa2.0w-hp-hpux11.11/include -
isystem /inaetc/tb_sim/hppa2.0w-hp-hpux11.11/sys-include -
I/home/femadm/compile/gcc-3.4-20040114/libstdc++-v3/../gcc -
I/home/femadm/compile/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-
hpux11.11 -I/home/femadm/compile/hppa2.0w-hp-hpux11.11/libstdc++-v3/include -
I/home/femadm/compile/gcc-3.4-20040114/libstdc++-v3/libsupc++ -O2 -g -g -O2 -
fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-
location=once -c ../../../../gcc-3.4-20040114/libstdc++-
v3/libsupc++/eh_aux_runtime.cc
../../../../gcc-3.4-20040114/libstdc++-v3/libsupc++/eh_aux_runtime.cc:0:
warning: -g is only supported when using GAS on this processor,
../../../../gcc-3.4-20040114/libstdc++-v3/libsupc++/eh_aux_runtime.cc:0:
warning: -g option disabled
as: error 7403: undefined label - _ZTISt8bad_cast (7403)
gmake[3]: *** [eh_aux_runtime.lo] Error 1
gmake[3]: Leaving directory `/home/femadm/compile/hppa2.0w-hp-
hpux11.11/libstdc++-v3/libsupc++'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/femadm/compile/hppa2.0w-hp-
hpux11.11/libstdc++-v3'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/femadm/compile/hppa2.0w-hp-
hpux11.11/libstdc++-v3'
gmake: *** [all-target-libstdc++-v3] Error 2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13443