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

Re: getting rid of gcc34



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.


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