getting rid of gcc34

Kevin Kofler kevin.kofler at chello.at
Mon Mar 23 16:32:54 UTC 2009


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).

        Kevin Kofler




More information about the fedora-devel-list mailing list