RE: libstdc++.so.5 with gcc v3.4.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Charles L. Farbstein wrote:

> I am using gcc v3.4.4 on a fedora core 3 system. The installation
> uses libstdc++.so.6.0.3. I have inherited some third-party libraries
> that were built with gcc v3.2.2 and reference libstdc++.so.5.
> Linking my application fails because of this mismatch.  Short of
> installing gcc v3.2.?, is there any way to resolve this link issue?

The simplest way using Fedora is

    yum install compat-libstdc++

which will install eight or nine versions of libstdc++ for you including
5.0.7. Alternatively, yes, you can build your own from a GCC 3.2 or GCC 3.3
source; if you're going to do that, I'd suggest you base your configure line
on the system compiler's (you can see it with "gcc -v").

Rup.


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux