Re: [Mingw-w64-public] Regression in latest trunk regarding __mingw_usemthread_dll

2012-07-09 Thread Ozkan Sezer
On Tue, Jul 10, 2012 at 8:36 AM, Erik van Pienbroek wrote: > Hi, > > A regression seems to have slipped in the latest trunk (between 20120705 > and 20120709). One of the testcases which we're using to test the Fedora > mingw-w64 toolchain now fails to build with the l

[Mingw-w64-public] Regression in latest trunk regarding __mingw_usemthread_dll

2012-07-09 Thread Erik van Pienbroek
Hi, A regression seems to have slipped in the latest trunk (between 20120705 and 20120709). One of the testcases which we're using to test the Fedora mingw-w64 toolchain now fails to build with the latest trunk. It is a testcase which tests static linking to the Qt library for the win32 t

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread Erik van Pienbroek
JonY schreef op ma 09-07-2012 om 07:02 [+0800]: > Hello all, > > mingw-w64-headers will now install headers to $PREFIX/include instead of > $PREFIX/$HOST/include, where $PREFIX is whatever passed to configure for > --prefix= > > The $HOST part is no longer there, please take note and check yo

Re: [Mingw-w64-public] problem with static linking - libgcc_s_sjlj-1.dll - pthreadGC2.dll not statically linked

2012-07-09 Thread Erik van Pienbroek
Simson Garfinkel schreef op ma 09-07-2012 om 11:16 [-0400]: > When I try to run under wine (where it's easier to do testing), I get this > error: > > err:module:import_dll Library libgcc_s_sjlj-1.dll (which is needed by > L"Z:\\home\\simsong\\tcpflow\\src\\tcpflow.exe") not found > err:module:im

Re: [Mingw-w64-public] problem with static linking - libgcc_s_sjlj-1.dll - pthreadGC2.dll not statically linked

2012-07-09 Thread Earnie Boyd
On Mon, Jul 9, 2012 at 11:52 AM, Zouzou wrote: > On 09/07/12 17:16, Simson Garfinkel wrote: >> x86_64-w64-mingw32-g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 >> -fexceptions --param=ssp-buffer-size=4 -Wno-format --static -static-libgcc >> -static-libstdc++ -Wall -MD -D_FORTIFY_SOURCE=2 -Wpoi

Re: [Mingw-w64-public] problem with static linking - libgcc_s_sjlj-1.dll - pthreadGC2.dll not statically linked

2012-07-09 Thread Zouzou
On 09/07/12 17:16, Simson Garfinkel wrote: > x86_64-w64-mingw32-g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 > -fexceptions --param=ssp-buffer-size=4 -Wno-format --static -static-libgcc > -static-libstdc++ -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow > -Wwrite-strings -Wcast-align

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread Kai Tietz
NightStrike, thanks, Kai 2012/7/9 NightStrike : > On Mon, Jul 9, 2012 at 10:27 AM, NightStrike wrote: >> On Mon, Jul 9, 2012 at 8:03 AM, xunxun wrote: >>> Hello JonY and NightStrike, >>> >>> >>> 于 2012/7/9 8:54, Kai Tietz 写道: Hello JonY and NightStrike, Thanks for the information

[Mingw-w64-public] problem with static linking - libgcc_s_sjlj-1.dll - pthreadGC2.dll not statically linked

2012-07-09 Thread Simson Garfinkel
Greetings. I'm now using mingw-w64 on Fedora Core 17. For those on this list who may remember me, my goal in using mingw-w64 is to create 64-bit binaries of my open source computer forensic tools for users who need to run Windows. I'm able to cross-compile on Linux or Mac or compile natively o

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread NightStrike
On Mon, Jul 9, 2012 at 10:27 AM, NightStrike wrote: > On Mon, Jul 9, 2012 at 8:03 AM, xunxun wrote: >> Hello JonY and NightStrike, >> >> >> 于 2012/7/9 8:54, Kai Tietz 写道: >>> Hello JonY and NightStrike, >>> >>> Thanks for the information. Just one question I have: >>> Does the crt-configure have

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread NightStrike
On Mon, Jul 9, 2012 at 8:03 AM, xunxun wrote: > Hello JonY and NightStrike, > > > 于 2012/7/9 8:54, Kai Tietz 写道: >> Hello JonY and NightStrike, >> >> Thanks for the information. Just one question I have: >> Does the crt-configure have the same change? If not so, please do so >> for crt, too. >>

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread JonY
On 7/9/2012 20:03, xunxun wrote: > Hello JonY and NightStrike, > > > 于 2012/7/9 8:54, Kai Tietz 写道: >> Hello JonY and NightStrike, >> >> Thanks for the information. Just one question I have: >> Does the crt-configure have the same change? If not so, please do so >> for crt, too. NS will be fix

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread xunxun
Hello JonY and NightStrike, 于 2012/7/9 8:54, Kai Tietz 写道: > Hello JonY and NightStrike, > > Thanks for the information. Just one question I have: > Does the crt-configure have the same change? If not so, please do so > for crt, too. > > Thanks, > Kai > > Ping ? > > -- Best Regards, xunxun

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread Jacek Caban
Hi Jon, On 07/09/12 01:02, JonY wrote: > Hello all, > > mingw-w64-headers will now install headers to $PREFIX/include instead of > $PREFIX/$HOST/include, where $PREFIX is whatever passed to configure for > --prefix= > > The $HOST part is no longer there, please take note and check your > build

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread JonY
On 7/9/2012 19:12, Dongsheng Song wrote: > Thanks for inform. But which gcc version default read $PREFIX/include > instead of $PREFIX/$HOST/include ? >>From my memory, *-w64-mingw* gcc do not read $PREFIX/include. They don't, the responsibility now shifts to the user to install it to --prefix=$PRE

Re: [Mingw-w64-public] [ANNOUNCEMENT] mingw-w64-headers build behavior changes in trunk (v3)

2012-07-09 Thread Dongsheng Song
Thanks for inform. But which gcc version default read $PREFIX/include instead of $PREFIX/$HOST/include ? >From my memory, *-w64-mingw* gcc do not read $PREFIX/include. On Mon, Jul 9, 2012 at 7:02 AM, JonY wrote: > Hello all, > > mingw-w64-headers will now install headers to $PREFIX/include instea