Re: Linker warning with Dec 02 tools
Re: Linker warning with Dec 02 tools
- Subject: Re: Linker warning with Dec 02 tools
- From: Jed Soane <email@hidden>
- Date: Mon, 23 Dec 2002 14:34:49 +1300
>
I've just upgraded to the new December 2002 tools, and now get the
>
following warning for each of my targets when compiling my app. How
>
can I fix this? (No answer found in the archives.)
Try the Project Builder Users archive.
>
>
ld: warning dynamic shared library: /usr/lib/libSystem.dylib not made a
>
weak library in output with MACOSX_DEPLOYMENT_TARGET environment
>
variable set to: 10.1
This is a new environment variable to allow weak linking in 10.2 (see the
long tech note at
http://developer.apple.com/technotes/tn2002/tn2064.html
for more details).
To get rid of the warning you could try setting MACOSX_DEPLOYMENT_TARGET to
10.2 in either your ~/.cshrc file or in ~/.MacOSX/environment.plist then log
out and in.
Cheers
Jed
_______________________________________________
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.