Re: Getting Xcode to use ld_classic
Re: Getting Xcode to use ld_classic
- Subject: Re: Getting Xcode to use ld_classic
- From: Greg Guerin <email@hidden>
- Date: Mon, 1 Jun 2009 22:51:48 -0700
Chris Suter wrote:
Hopefully an easy question for someone. How do I get Xcode to use
ld_classic? I think the new linker creates images that don't work on
10.3.
sudo ln path/to/ld path/to/saved_ld;
sudo rm path/to/ld;
sudo ln path/to/ld_classic path/to/ld;
Not sure all the command-line options will go thru, but worth a shot,
since you can reverse it. This is just an experiment, right?
To reverse:
sudo rm path/to/ld;
sudo ln path/to/saved_ld path/to/ld;
sudo rm path/to/saved_ld;
-- GG
_______________________________________________
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