Re: libmx.A.dylib missing?
Re: libmx.A.dylib missing?
- Subject: Re: libmx.A.dylib missing?
- From: Jerry <email@hidden>
- Date: Mon, 25 Apr 2005 08:53:26 +0100
On 24 Apr 2005, at 18:01, Bill Cheeseman wrote:
My app runs fine under Panther (and Tiger), but it gets this error
when run
under Jaguar 10.2.8. What does it mean, and how can I fix it?
"can't open library: /usr/lib/libmx.A.dylib (No such file or
directory,
errno = 2)"
I know it means libmx.A.dylib isn't present in /usr/lib on Jaguar, and
I can
see that this is true.
What I don't know is how to track down which new code in my latest
product
version is responsible for attempting to call this library. I'm not
using
any library functions directly, so it's coming from some Cocoa or
system
header file I've started using since my last product version (which
ran fine
under Jaguar).
Or, I suppose, this could just be a result of building the product
under
Tiger now, instead of Panther. As far as I know, I'm using the
cross-development stuff correctly.
From experience, I'd say you're probably using one of the float
versions of the math functions such as sinf, cosf or sqrtf. I never
found any workround for this and nobody at WWDC last year could either,
so I ended up just defining them myself to call the double versions -
it seems that that's what the libmx versions do anyway, unless anyone
knows better :-)
Jerry
_______________________________________________
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