This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 3.0.1 on Tru64 Unix 5.1A anyone?
- To: <gcc-help at gcc dot gnu dot org>
- Subject: gcc 3.0.1 on Tru64 Unix 5.1A anyone?
- From: Paul Reilly <pareilly at tcd dot ie>
- Date: Thu, 11 Oct 2001 09:40:55 +0100 (IST)
Has anyone successfully compiled gcc 3.0.1 on Tru64 5.1A
I'm using compaq cc, but have an entirely GNU local tree -
ie GNU make, tar, m4, bison etc. I'm compiling with
# ../gcc-3.0.1/configure --disable-nls
# make bootstrap
but it all ends with a...
.libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o: typeinfo for std::type_info: weak symbol multiply defined
.libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o: typeinfo name for std::type_info: weak symbol multiply defined
Can't locate file for: -lstdc++
collect2: ld returned 1 exit status
*** Exit 1
Stop.
*** Exit 1
If anyone has tested this on Tru64 Unix 5.1A and can lend some advice that
would be greatly appreciated.
Thanks
Paul