Re: What is causing jam to fail with exit code 1?
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