• 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: What is causing jam to fail with exit code 1?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is causing jam to fail with exit code 1?


  • Subject: Re: What is causing jam to fail with exit code 1?
  • From: "Finlay Dobbie" <email@hidden>
  • Date: Tue, 27 Jun 2006 16:16:02 +0100

On 27/06/06, David Alger <email@hidden> wrote:
I thought that this was so, but don't know what this means. What does
this mean? Is a build setting set wrong, and I need to change it?

>> /usr/bin/ld: -undefined error, -undefined dynamic_lookup or -
>> undefined
>> define_a_way must be used when -twolevel_namespace is in effect

Your target settings are causing it to be built with "-undefined suppress". You can't do that with twolevel namespaces, which is the default these days. You can force a flat namespace or try using -undefined dynamic_lookup instead. See the ld manpage for more details.

> You'll have to fix that. Also, you imght want to upgrade the targets
> to native while you're at it (not least so you can build universal).

The target is already building as an i386 only binary. The project
was a Project Builder project that I Xcode updated.

Yes, but it's still a legacy (jam-based) target. You should probably upgrade it to an Xcode native target.

-- Finlay
_______________________________________________
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: What is causing jam to fail with exit code 1?
      • From: David Alger <email@hidden>
References: 
 >What is causing jam to fail with exit code 1? (From: David Alger <email@hidden>)
 >Re: What is causing jam to fail with exit code 1? (From: "Finlay Dobbie" <email@hidden>)
 >Re: What is causing jam to fail with exit code 1? (From: David Alger <email@hidden>)

  • Prev by Date: No symbols when crashing in Rosetta
  • Next by Date: Re: What is causing jam to fail with exit code 1?
  • Previous by thread: Re: What is causing jam to fail with exit code 1?
  • Next by thread: Re: What is causing jam to fail with exit code 1?
  • Index(es):
    • Date
    • Thread