Re: [Mingw-w64-public] Static version of MinGW-w64 redistribuables.

2012-05-21 Thread MARTIN Pierre
Dear list readers, >> Yes, this: "-static" when you link the installer executable will pull in >> static libraries if available, and my toolchains have everything in DLL and >> static library form. > As simple as that? i had read that, but i thought it was specific > to one single user build. A

Re: [Mingw-w64-public] Static version of MinGW-w64 redistribuables.

2012-05-21 Thread MARTIN Pierre
Dear Ruben, dear Xunxun, > Yes, this: "-static" when you link the installer executable will pull in > static libraries if available, and my toolchains have everything in DLL and > static library form. As simple as that? i had read that, but i thought it was specific to one single user build. Ag

Re: [Mingw-w64-public] Static version of MinGW-w64 redistribuables.

2012-05-21 Thread Ruben Van Boxem
2012/5/21 xunxun > Add -static to your linker option Yes, this: "-static" when you link the installer executable will pull in static libraries if available, and my toolchains have everything in DLL and static library form. Ruben > > On Mon, May 21, 2012 at 9:30 PM, MARTIN Pierre wrote: > >>

Re: [Mingw-w64-public] Static version of MinGW-w64 redistribuables.

2012-05-21 Thread xunxun
Add -static to your linker option On Mon, May 21, 2012 at 9:30 PM, MARTIN Pierre wrote: > Dear list readers, > > i have a question relative to the MinGW-w64 runtimes (Correct > me if i'm wrong: libgcc_s_sjlj-1.dll and libstdc++-6.dll). > All my projects are fine with the dynamic version of the r

[Mingw-w64-public] Static version of MinGW-w64 redistribuables.

2012-05-21 Thread MARTIN Pierre
Dear list readers, i have a question relative to the MinGW-w64 runtimes (Correct me if i'm wrong: libgcc_s_sjlj-1.dll and libstdc++-6.dll). All my projects are fine with the dynamic version of the runtimes. But one of my project (In fact an installer) would require a static version of those DLLs,