Re: Linking Errors for all vecLib.h calls
Re: Linking Errors for all vecLib.h calls
- Subject: Re: Linking Errors for all vecLib.h calls
- From: Andrew Merenbach <email@hidden>
- Date: Sun, 27 Apr 2008 17:49:58 -0700
Hi, Don,
Are you compiling with the 10.4u or 10.5 SDK? You'll probably need
to, since it looks (from your transcript) as though the Accelerate
framework is not available with the earlier ones.
Cheers,
Andrew
On Apr 27, 2008, at 5:38 PM, dct wrote:
My current project fails to build with OSX 10.5.2 and Xcode 3.0 with
a Linking error statement:
"Linking/Users/.../MacOS/Cafe (97 errors)
"_vDSP_vquint"' referenced from: ...
"_vDSP_vsbsm"' referenced from: ...
etc (for 97 separate calls) "
Obviously the linker can't find the framework <Accelerate/
Accelerate.h>.
This same project builds without error on a MacMini still
configured with OSX 10.4.11 & Xcode 2.4.1.
A Spotlight search for "Accelerate.h" reveals three separate paths:
-- /Developer/SDKs/MacOSX10.4u.sdk/.../Accelerate.framework/.../
Headers
-- /Developer/SDKs/MacOSX10.5.sdk/.../Accelerate.framework/.../
Headers
-- /System/Library/Frameworks/Accelerate.framework/.../Headers.
A search for "vecLib.h" reveals four separate paths:
-- /Developer/SDKs/MacOSX10.4u.sdk/.../vecLib.framework/.../Headers
-- /Developer/SDKs/MacOSX10.4u.sdk/.../Accelerate.framework/.../
vecLib.framework/.../Headers
-- /Developer/SDKs/MacOSX10.5.sdk/.../vecLib.framework/.../Headers
-- /Developer/SDKs/MacOSX10.5.sdk/.../Accelerate.framework/.../
vecLib.framework/.../Headers
(I have no idea whether this has anything to do with my problem.)
Any suggestions? I'm stumped and need help.
Don Thompson
_______________________________________________
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
_______________________________________________
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