This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can I run gcc 3.2 with libstdc++ v3.1?
- From: Carlos Rubio <crubion at cirsa dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 19 Dec 2002 10:40:35 +0100
- Subject: Can I run gcc 3.2 with libstdc++ v3.1?
- Organization: CIRSA
Hi,
I'm working with xercesc v2 and gcc 3.2 and my program gives me this link
warning:
usr/bin/ld: warning: libstdc++.so.4, needed by
/work/development/bola/xerces-c2_1_0-linux7.2gcc31/lib/libxerces-c.so, not
found (try using -rpath or -rpath-link)
That library comes with gcc 3.1. Why libstdc++.so.5 is not good for xercesc?
Do I have to use gcc 3.1 and not the last one? Could I just uninstall
libstdc++ v3.2 and install libstdc++ v3.1? in other words, can GCC 3.2 run
with libstdc++4.0-devel-3.1-3cl.i386.rpm?
Any help would be really appreciated!
Thanks,
Carlos
-------------------------------------------------------