This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++: hppa64-hp-hpux11.00: hp linker has spurious warnings on HelloWorld.C
- To: gcc-bugs at gcc dot gnu dot org
- Subject: c++: hppa64-hp-hpux11.00: hp linker has spurious warnings on HelloWorld.C
- From: Markus Werle <numerical dot simulation at web dot de>
- Date: Fri, 24 Aug 2001 14:46:14 +0200
[markus@tresca] src/ > g++ ../experimental/HelloWorld.C
file a.out
ld: Type mismatch for symbol "std::numpunct<char>::id"; resolving NOTYPE symbol
(in file
/opt/FREE-SOFTWARE/gcc-3.0.1/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.1/libstdc++.a[locale-inst.o])
to OBJECT symbol (in file /var/tmp/ccHjo5xi.o)
ld: Type mismatch for symbol "guard variable for std::numpunct<char>::id";
resolving NOTYPE symbol (in file
/opt/FREE-SOFTWARE/gcc-3.0.1/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.1/libstdc++.a[locale-inst.o])
to NOTYPE symbol (in file /var/tmp/ccHjo5xi.o)
2 warnings.
Warning: Some debug info sections were missing.
PXDB aborted.
ld: Type mismatch for symbol "_ZNSt8numpunctIcE2idE"; resolving NOTYPE symbol
(in file
/opt/FREE-SOFTWARE/gcc-3.0.1/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.1/libstdc++.a[locale-inst.o])
to OBJECT symbol (in file /var/tmp/ccHjo5xi.o)
ld: Type mismatch for symbol "_ZGVNSt8numpunctIcE2idE"; resolving NOTYPE symbol
(in file
/opt/FREE-SOFTWARE/gcc-3.0.1/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.1/libstdc++.a[locale-inst.o])
to NOTYPE symbol (in file /var/tmp/ccHjo5xi.o)
2 warnings.
Warning: Some debug info sections were missing.
PXDB aborted.
Anyway: file was compiled and executable yields correct results.
configured with:
../gcc-3.0.1/configure --prefix=/opt/FREE-SOFTWARE/gcc-3.0.1
--host=hppa64-hp-hpux11.00 --with-gnu-as
--with-as=/opt/FREE-SOFTWARE/gcc-3.0.1/bin/hppa64-hp-hpux11.00-as
--without-gnu-ld --with-ld=/usr/ccs/bin/ld
--enable-version-specific-runtime-libs --enable-languages=c,c++,f77
--disable-threads --disable-shared