This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11668] Make error on HPUX with gcc3.3
- From: "liadi at savantis dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2003 07:39:53 -0000
- Subject: [Bug bootstrap/11668] Make error on HPUX with gcc3.3
- References: <20030725070140.11668.liadi@savantis.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11668
------- Additional Comments From liadi at savantis dot com 2003-07-27 07:39 -------
I used --enable-languages=c,c++,f77,objc
and got the following error message:
cc1plus: warning: -g is only supported when using GAS on this processor,
cc1plus: warning: -g option disabled
as: error 7403: undefined label - _ZTISt8bad_cast (7403)
make[3]: *** [eh_aux_runtime.lo] Error 1
make[3]: Leaving directory `/tmp/gcc-3.3/obj/hppa2.0w-hp-hpux11.00/libstdc++-
v3/libsupc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/gcc-3.3/obj/hppa2.0w-hp-hpux11.00/libstdc++-
v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/tmp/gcc-3.3/obj/hppa2.0w-hp-hpux11.00/libstdc++-
v3'
make: *** [all-target-libstdc++-v3] Error 2