Build and Devlibs
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
Yann.
Are your devlibs up to date as well as trunk?
Cheers, Josh On Jun 23, 2011 12:15 AM, "Yann Papouin" <yann.papouin@...400...> wrote:
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
Yann.
Yes, updated yesterday
2011/6/23 Josh Andler <scislac@...400...>
Are your devlibs up to date as well as trunk?
Cheers, Josh On Jun 23, 2011 12:15 AM, "Yann Papouin" <yann.papouin@...400...> wrote:
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
Yann.
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
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@...400...>
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
participants (3)
-
Josh Andler
-
Krzysztof Kosiński
-
Yann Papouin