Re: Ld -U (Undefined Symbols) argument is ignored?
Re: Ld -U (Undefined Symbols) argument is ignored?
- Subject: Re: Ld -U (Undefined Symbols) argument is ignored?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Sun, 20 Apr 2008 23:24:07 +0200
Le 20 avr. 08 à 20:54, Greg Guerin a écrit :
Jerry Krinock wrote:
-Wl,-U -Wl,.objc_class_name_NonhierarchicalStore -Wl,-U -
Wl,.objc_class_name_Store -Wl,-U
-Wl,.objc_class_name_Browfile
On the man page for gcc:
<http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/gcc.1.html
>
the description for -Wl, states:
-Wl,option
Pass option as an option to the linker. If option
contains commas,
it is split into multiple options at the commas.
This suggests a more concise form:
-Wl,-U,.objc_class_name_NonhierarchicalStore
RTFM FTW. ;-)
-- GG
In fact, i read it just after posting my reply, but as I do not like
this more concise way either and do not find it more elegant, I did
not suggest it afterward ;-) _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden