You'are right Krzysztof, I've done a clean and tried with the TDM version and all is Ok.

2011/6/23 Krzysztof Kosiński <tweenk.pl@gmail.com>
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



--
Yann Papouin