Re: ZeroLink -lm
Re: ZeroLink -lm
- Subject: Re: ZeroLink -lm
- From: Andrew Pinski <email@hidden>
- Date: Wed, 16 Mar 2005 11:53:42 -0500
On Mar 16, 2005, at 11:50 AM, Hamish Allan wrote:
Hi,
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?
You want -lmx.
-- Pinski
_______________________________________________
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>) |