Re: Where is _sqrtf?
Re: Where is _sqrtf?
- Subject: Re: Where is _sqrtf?
- From: Alex Eddy <email@hidden>
- Date: Wed, 21 Apr 2004 17:14:47 -0700
On Apr 20, 2004, at 10:02 PM, Nick Zitzmann wrote:
On Apr 20, 2004, at 9:13 PM, Dave Camp wrote:
I've just created a new Cocoa Application project from the templates,
and the link fails because it can't find _sqrtf (I do call sqrtf in my
code).
Try linking the target directly to the libmx library
(/usr/lib/libmx.A.dylib) and see if that clears things up.
When I've done this, the resulting binary works OK on 10.3 but fails to
launch on 10.2.
Is there an approved method of using sqrtf (sinf, powf, etc) on 10.2?
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.