How to install Opencv with TBB support?
I tried the following:
1) TBB package loaded.
2) Build using the following command
mingw32-make compiler=gcc arch=ia32 runtime=mingw default
3) I set the environment variable path as "d: \ tbb \ build \ windows_ia32_gcc_mingw_release
3) Now, using cmake, I turned on "WITH_TBB" and compiled opencv.
causing an error below.
[ 22%] Built target pch_Generate_opencv_core Linking CXX shared library ..\..\bin\libopencv_core245.dll c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot fin d -ltbb collect2: ld returned 1 exit status make[2]: *** [bin/libopencv_core245.dll] Error 1 make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2 make: *** [all] Error 2
I missed something ... Please advice.
source share