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

help, run-time error

mosheh_hit
Beginner
221 Views
I generate a dynamic library with IPP by static linking (with dispatching).
Development environmentCentOS5.3, IPP 7.0.5.256_ia32, GCC4.1
CPU: Intel Xeon X3440
When I run a application use the dynamic library, the application pop-up a error:
symbol lookup error: lib/vtd_arith.so: undefined symbol: p8_ownsAdd_32f
then the application stop.
What's rease?
Please help me!
g++ -fpic -shared -O2 -Wall -o $(TARGET) ./lib/libopencv_core.a ./lib/libopencv_contrib.a ./lib/libopencv_features2d.a ./lib/libopencv_imgproc.a ./lib/libopencv_video.a ./lib/libopencv_legacy.a ./lib/libopencv_highgui.a \\
./lib/libippcc_l.a ./lib/libipps_l.a ./lib/libippcv_l.a ./lib/libippi_l.a ./lib/libippdc_l.a \\
./lib/libippdi_l.a ./lib/libippj_l.a ./lib/libippvm_l.a ./lib/libippm_l.a ./lib/libippcore_l.a \\
9E-90-EB-BF-DB-00
2A-EE-E4-D4-03-00
EA-90-FE-6D-83-00
B5-21-92-1B-E2-00
0 Kudos
0 Replies
Reply