This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can I run gcc 3.2 with libstdc++ v3.1?


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

-------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]