On 12 Jun 2013, at 23:52, Maxthon Chan <[email protected]> wrote: > Oh it just hit me - maybe you want libsupc++.a instead of .so, which (may) > ask for libc++ to build.
No. You can not link libobjc.so against libsupc++.a, because the .a is not position independent code. You should also not link it against libc++. libobjcxx exists for situations where this would be the only option. David -- Sent from my STANTEC-ZEBRA _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
