>> The linker does link in static libraries, but it prefers dynamic >> libraries over static ones, and will always link to a dynamic library >> if one exists with the same name as the desired static one. Since >> there's no way to change this behavior, the only workaround is to add >> an absolute path to the static library as a linker flag in the "other >> linker flags" build settings. > > Or put a copy of the static lib into a folder within your project, and drag > that one into the project. (And possibly delete the prior path from lib paths, > if you already dragged in the lib from the default location.)
Or, for libs you're building yourself that are not part of the standard system install, delete the dynamic libs ;-) -- Scott Ribe [EMAIL PROTECTED] http://www.killerbytes.com/ (303) 722-0567 voice _______________________________________________ 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 [EMAIL PROTECTED]