How do I add missing stdc functions to libstdc++-v3?
Jonathan Wakely
jwakely.gcc@gmail.com
Thu Mar 15 08:40:00 GMT 2012
On 15 March 2012 03:09, Vaugha Brewchuk wrote:
>
>
> Following your suggestions and looking at the above output, it is obvious that there is no -lsupc++ command passed-on to collect2. I manually added -lsupc++ to the above command and both of the missing symbols have been imported by the linker! I am now one step closer to getting abi_check linked - thank you!
>
> Now the question is why does g++ not try to link with libsupc++.a? I will dig through the configuration, but as always any pointers would be very much appreciated.
I think usually libstdc++ would automatically link to libsupc++, but
maybe NeXT needs it to be done explicitly.
More information about the Gcc-help
mailing list