• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting Xcode to use ld_classic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Getting Xcode to use ld_classic
      • From: Chris Suter <email@hidden>
  • Prev by Date: Getting Xcode to use ld_classic
  • Next by Date: Re: Getting Xcode to use ld_classic
  • Previous by thread: Getting Xcode to use ld_classic
  • Next by thread: Re: Getting Xcode to use ld_classic
  • Index(es):
    • Date
    • Thread