I have built a Cocoa Static Lib from the Xcode template.

To test the Lib I have a Cocoa App that links with the LIb.

When building the Cocoa App I get this link error:

  "___gxx_personality_v0", referenced from:
   ___gxx_personality_v0$non_lazy_ptr in LibLicenseD.a(HTTP.o)
        ld: symbol(s) not found


HTTP is an Cocoa Class in the LIb.
The LIb also has a CPP Class.

From where do I get the missing symbol?

-koko
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to