Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

HELP: link IPP5.1 static with XCode2

cialz79
Beginner
263 Views
Hello all, it's my first post.
I'm new to OSX programming. I'm using IPP since 2 years ago with Visual C++ 6 and WinXP in static mode.

I imported the following libs into my XCode project (AudioUnit plug-in)
- libippcore.a
- libippsmerged.a
- libippacmerged.a

and function.h, ippmerged.c, ippmerged.h taken from IPP5 (Win).

I'm using gcc4 compiler.

Ld tells me that it doesn't recognize ipp libs such as:
dippZero_32f...and the other I use.

But why "d"? I think that they doesn't exists, only A6,W7,Px... exist, not the one beginning with D.

Could you help me solve these problem?

thanx in advance
Regards

Carlo C.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
263 Views

Hello Carlo,

I'll ask advice from our MacOS experts and will provide you their answer later but just one comment from me: why do you use custom static dispatcher (files ippmerged.c, ippmerged.h)? Please note, that the simplies way to use IPP static libraries is to link them with IPP merged AND emerged libraries, where emerged libraries are default static dispatchers.

Regards,
Vladimir

0 Kudos
Reply