This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How do I add missing stdc functions to libstdc++-v3?
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.