Re: mysterious ld warning
Re: mysterious ld warning
- Subject: Re: mysterious ld warning
- From: "Lloyd Dupont" <email@hidden>
- Date: Tue, 24 Jun 2003 09:23:24 +1000
excellent link.
thanks
----- Original Message -----
From: "Sherm Pendley" <email@hidden>
To: "Lloyd Dupont" <email@hidden>
Cc: <email@hidden>
Sent: Monday, June 23, 2003 6:24 PM
Subject: Re: mysterious ld warning
>
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.
_______________________________________________
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.