Re: ZeroLink: unknown symbol
Re: ZeroLink: unknown symbol
- Subject: Re: ZeroLink: unknown symbol
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 25 Aug 2007 17:41:08 -0400
On 8/25/07, Giacomo Monari <email@hidden> wrote:
> What's this problem with undefined symbols and how can I resolve it?
>
> Thank you very much,
> Giacomo
Obviously you're not linking with the library that defines the
"undefined symbol". You can't expect the linker (ld) to be able to
build a program if it can't find all of its components. Add the
appropriate library to your Link with Library phase.
ZeroLink is evil (in the way that the C++ FAQ uses "evil"). Disable
it if you want predictable behavior, especially when you're trying to
figure out why ZeroLink is giving you unpredictable behavior.
--Kyle Sluder
_______________________________________________
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