On 02/17/2012 01:53 AM, Roy Tam wrote: >> > Please try these modified configure option which adds the compiler flag >> > needed for multithreading: >> > --extra-cflags="-O0 -pipe -mthreads". For me, -mthreads solved the problem. >> > > Yes "-mthreads" switch does workaround the issue. > But using "-mthreads" making resulting binaries depend on > mingwm10.dll, which is not good. >
Is "-D_MT" enough instead of -mthreads? Paolo