getting rid of gcc34

Bill Crawford billcrawford1970 at gmail.com
Mon Mar 23 16:50:48 UTC 2009


On Monday 23 March 2009 16:32:54 Kevin Kofler wrote:
> Denis Leroy wrote:
> > /usr/bin/ld: warning: libstdc++.so.5, needed by ./libtest5.so, may
> > conflict with libstdc++.so.6
>
> Normally you should never do that, but in this case you need to link with
> gcc instead of g++, and manually drag in the old libstdc++ and libsupc++
> (link them with the full file name including the path and the versioned
> soname).

And you'll still probably be dragging in the wrong headers, yada yada.

The right compiler is not just about the object file ABI.




More information about the fedora-devel-list mailing list