Is "Verbose Undefined Symbols Info" working?
Is "Verbose Undefined Symbols Info" working?
- Subject: Is "Verbose Undefined Symbols Info" working?
- From: "Nathan Herring" <email@hidden>
- Date: Wed, 30 Nov 2005 11:56:56 -0800
- Thread-topic: Is "Verbose Undefined Symbols Info" working?
In my project turning this on does not affect the link line at all. I
would expect that it would pass "-Wl,Y,<somenumber>" or "-Xlinker Y
-Xlinker <somenumber>" as argument(s) to the linker, but it does not
seem to change any of the Ld command line arguments to g++-4.0.
Also, in the "Other Linker Flags" section, it doesn't seem to turn them
into the necessary form to pass through to the linker via gcc. For
example, if I put "-Y 1000" in "Other Linker Flags", I would expect it
to pass it directly if it were calling ld(1) but in the above format,
e.g., "-Wl,Y,1000", if being passed to gcc(1). Is this by design?
-nh
----
Nathan Herring
MacBU SDE/Development
_______________________________________________
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