I want to use MINGW +tbb + opencv When I tried. The problem is I get error while running opencv test or some program. for example
test_job_automaton.exe - Entry Point Not Found
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library c:\tbb\build\windows_ia32_gcc_mingw4.9.1_debug\test_job_automaton.exe.
or
LIBFR.exe - Entry Point Not Found
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library D:\Dropbox\face sdks\QTprojects\build-libfr-Desktop_Qt_5_4_0_MinGW_32bit-Release\release\tbb.dll.
I run this command in tbb dir to build it
mingw32-make arch=ai32 compiler=gcc -j4
it builds 3 dlls ok, also building opencv with these dlls is ok, but running is not
I tried Mingw 4.9.1 and also 4.8.2
I found out that i should try to use g++ instead but for windows it is not supported when I tried it
I also tried to use mingw32 and mingw32-w64
The same error I get when I also try to build rml within tbb, so you do not have to try to install opencv to find out the problem.
To build rml I use this command
mingw32-make arch=ai32 compiler=gcc -j4 rml
I also tried 4 different version of tbb
Any ideas anybody?