Re: ZeroLink -lm
Re: ZeroLink -lm
- Subject: Re: ZeroLink -lm
- From: Bob Ippolito <email@hidden>
- Date: Wed, 16 Mar 2005 19:24:42 -0500
On Mar 16, 2005, at 11:50, Hamish Allan wrote:
I'm building an XCode project which is linked against a library that
links against the math library. For non-ZeroLink builds, as long as I
specify '-lm' under 'Other Linker Flags' in the target's Build
properties, it works fine. However, for ZeroLink builds, I always get
"ZeroLink: unknown symbol '_cosf'" at runtime, whatever I try. Can
anybody please tell me what to do?
Try dragging the dylibs you use to Linked Frameworks. I'm doubt that
ZeroLink understands *linker flags* because well, it doesn't use the
linker!
-bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >ZeroLink -lm (From: Hamish Allan <email@hidden>) |