Re: Undefined symbols error in deployment build
Re: Undefined symbols error in deployment build
- Subject: Re: Undefined symbols error in deployment build
- From: Lon Giese <email@hidden>
- Date: Fri, 12 May 2006 03:32:58 -0700
Could some please look at this? Im pretty sure the problem is really
simple. I need to deploy but cant because of this...
Did I not type the question clearly enough?
On May 11, 2006, at 3:29 PM, Lon Giese wrote:
I am not sure this is the right place to ask this question... but here
goes
I am trying to use the altavec functions vmul and vsmul... In a
development build all is fine, but in a deployment build I get 1
error:
Undefined symbols _vmul and _vsmul
and 1 warning:
Warning pre-binding disabled because of undefined symbols
The warning goes away when I turn off pre-binding.
I am importing #import <vecLib/vecLib.h>
I know the compiler is reading this header because when I take out the
import I get two additional errors:
Implicit declaration of function `vsmul'
Implicit declaration of function `vmul'
I also tried turning on: Enable Alta Vec Instructions but nothing
changed...
The documentation is not much help, it says to include:
#include <stdio.h>
#include <stdlib.h>
#include <Types.h>
#include "vDSP.h"
This doesn't work for development or build. Help Please.... Why do I
get "undefined symbols" in deployment build but not development build?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
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