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

2012-07-10 Thread JonY
> Erik, > > Thanks for adding it. When will it be in the main Fedora repository? > > I'm not really upon on all of the packaging things. Can you give me simple > instructions that I can provide to my users to tell them how to easily add > this? I tried the obvious "yum install" and it didn't

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

2012-07-10 Thread Simson Garfinkel
> > > Message: 8 > Date: Mon, 09 Jul 2012 21:02:55 +0200 > From: Erik van Pienbroek > Subject: Re: [Mingw-w64-public] problem with static linking - > libgcc_s_sjlj-1.dll - pthreadGC2.dll not statically linked > To: mingw-w64-public@lists.sourceforge.net > Me

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

2012-07-10 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] 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

[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