public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Can I run gcc 3.2 with libstdc++ v3.1?
@ 2002-12-19  3:43 Carlos Rubio
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos Rubio @ 2002-12-19  3:43 UTC (permalink / raw)
  To: gcc

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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Can I run gcc 3.2 with libstdc++ v3.1?
@ 2002-12-19 11:15 Benjamin Kosnik
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Kosnik @ 2002-12-19 11:15 UTC (permalink / raw)
  To: gcc


... you'll need to compile xerces 2.1 yourself, with the gcc-3.2.1
compiler if you want to use xerces with gcc-3.2.1. It's not hard, and
configures/builds as you'd expect (I did this myself the other day.)

-benjamin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-19 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-19  3:43 Can I run gcc 3.2 with libstdc++ v3.1? Carlos Rubio
2002-12-19 11:15 Benjamin Kosnik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).