23 Jun
2011
23 Jun
'11
10:40 a.m.
2011/6/23 Yann Papouin <yann.papouin@...400...>:
Hi,
It seems that 3 DLLs are not copied from the mingw/bin directory for the dist target, I had to copy them myself :
libgcc_s_dw2-1.dll libpthread-2.dll libstdc++-6.dll
Something is wrong here. libgcc_s_dw2-1.dll is a support library for programs compiled with Dwarf2 exception information, and we are using SJLJ exception handling in all devlibs. I think you are using an incorrect version of MinGW. The recommended compiler is TDM-GCC with SJLJ exception handling.
http://tdm-gcc.tdragon.net/download
There is also something wrong with the pthreads library - we are using one named libpthreadGC2.dll. Not sure about libstdc++-6.dll yet.
Regards, Krzysztof