ubuntu - OpenCV-3.0.0-beta failure to build on 32-bits and 64-bits Ubuntu12.04 - IPP symbols undefined -


linking cxx executable ../../bin/opencv_perf_core ../../lib/libopencv_core.so.3.0.0: undefined reference ippitranspose_16u_c4ir' ../../lib/libopencv_core.so.3.0.0: undefined reference toippimean_stddev_16u_c1r' ../../lib/libopencv_imgproc.so.3.0.0: undefined reference ippifiltersobelhorizborder_8u16s_c1r' ../../lib/libopencv_core.so.3.0.0: undefined reference toippinorm_l2_32f_c4r' ../../lib/libopencv_imgproc.so.3.0.0: undefined reference ippimulc_16s_c1irsfs' ../../lib/libopencv_core.so.3.0.0: undefined reference toippinormdiff_l1_8u_c4r' ../../lib/libopencv_imgproc.so.3.0.0: undefined reference ippiresizelinear_16u_c3r' ../../lib/libopencv_core.so.3.0.0: undefined reference toippinormdiff_inf_32f_c1mr' ../../lib/libopencv_imgproc.so.3.0.0: undefined reference ippicopysubpixintersect_8u_c1r' ../../lib/libopencv_imgproc.so.3.0.0: undefined reference toippierodeborder_8u_c1r' ../../lib/libopencv_imgproc.so.3.0.0: undefined reference `ippicrosscorrnormgetbuffersize'

you can add libippicv.a library simple object file linker command line @ end. or, treat library "cc ..... -l 3rdparty/ippicv/unpack/ippicv_lnx/lib/ia32 -lippicv" ordinary libraries used while linking.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -