I recently switched my project from using the 10.5 Base SDK to the 10.6 SDK (but with minimum deployment target 10.5).
My project links to libcrypto by adding -lcrypto to "Other Linker flags". This has never previously given me a problem. Now my app won't launch on 10.5, because /usr/lib/libcrypto.0.9.8.dylib image not found. (10.5 has 0.9.7, and also a symlink to that just called libcrypto). How has this specific version got written into my executable? How can I fix it? --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
