After eight or nine successful submissions of our app, we're now getting 
rejected for using the "private" API "dsyrk_" (which is part of the 
publicly-avialable BLAS). Our app uses Ceres and some other numerical 
libraries. We've identified every potential use of this symbol and adjusted the 
build to exclude it, but my binary still seems to reference it.

I can get nm -u to dump two instances of the symbol, but I can't figure out how 
to tell what part of the code is actually trying to use it (for example, what 
translation unit is referencing that symbol?).

Further, how do I see what undefined symbols exist in a .a file? nm doesn't 
seem to work for those.

-- 
Rick Mann
rm...@latencyzero.com



_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

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

Reply via email to