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

Linux simple_player static linking

sdhays
Beginner
374 Views
I've found a minor error in an IPP 5.0 Media Samples for Linux Makefile. The provided build32.sh scripts build everything without a problem. But if you force simple_player to build with the static IPP libraries, it fails with link errors. The cause of this is the incorrect ordering of the IPP libraries; ippimerged and ippiemerged have to come AFTER ippjemerged and ippjmerged.

I'm building for IA32 using GCC versions 3.2.2 and 3.4.5. Make command is (in the simple_player directory):
make -f Makefile.lnx ARCH=ia32 ROOT_BIN_DIR=../../_bin/linux32_gcc LINKAGE=static

Scott
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
374 Views

Hi Scott,

thanks for reporting about that issue, we will correct it in the next release

Regards,
Vladimir

0 Kudos
Reply