Re: mysterious ld warning
Re: mysterious ld warning
- Subject: Re: mysterious ld warning
- From: Sherm Pendley <email@hidden>
- Date: Mon, 23 Jun 2003 04:24:26 -0400
On Monday, June 23, 2003, at 02:16 AM, Lloyd Dupont wrote:
does anyone knows what does this mysterious warning mean:
ld: warning dynamic shared library:
/Users/lloyd/dev/Audit/CURLHandle.framework/CURLHandle not made a weak
library in output with MACOSX_DEPLOYMENT_TARGET environment variable
set to: 10.1
You've asked, either explicitly or by default, for both weak linking and
a 10.1 compatible binary. Unfortunately, weak linking is only supported
in 10.2 and newer, so weak linking was disabled.
If you want to know what "weak linking" is, see Apple's tech note:
<
http://developer.apple.com/technotes/tn2002/tn2064.html>
sherm--
Each language has its purpose, however humble. Each language expresses
the Yin and Yang of software. Each language has its place within the Tao.
But do not program in COBOL if you can avoid it.
-- The Tao of Programming
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.