[Mingw-w64-public] What to Download?

2014-01-20 Thread John Duffy
Hi This is probably a very very stupid series of questions, so apologies in advance, but having poured over the website on numerous occasions, I still can't figure out what exactly I need to download to use MinGW-64. (I'm actually successfully building command line programs and dll's for 64

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread Alexpux
20 янв. 2014 г., в 16:31, John Duffy jb_du...@btinternet.com написал(а): Hi This is probably a very very stupid series of questions, so apologies in advance, but having poured over the website on numerous occasions, I still can't figure out what exactly I need to download to use

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread lh_mouse
Toolchain for Win32 can be found at http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/, and toolchain for Win64 can be found at

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread niXman
lh_mouse 2014-01-20 16:58: Additional: Personally I do not suggest you use mingw32 to cross-compile x64 programs. It compiles but does not run unless you specify -static due to lack of x64 DLLs. in mingw32-SjLj, 64-bit DLLs are placed in 'mingw32/i686-w64-mingw32/lib64'

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread Baruch Burstein
On Mon, Jan 20, 2014 at 2:58 PM, lh_mouse lh_mo...@126.com wrote: MinGW uses MSVCRT.DLL which shipps with Windows XP so there is no additional CRT DLL needed to redistribute. If MinGW64-compiled executables use MSVCRT.DLL as a runtime, then what do they use libgcc.dll for? Isn't it also just

Re: [Mingw-w64-public] [PATCH] Two secapi fixes

2014-01-20 Thread Kai Tietz
Hallo Eric, both patches are ok. Please apply to trunk. Jon_y those patches should be applied to 3.x branch too. Thanks, Kai 2014/1/19 Erik van Pienbroek e...@vanpienbroek.nl: Hi, One of our users tried to run a Qt5 based application on Windows XP and Windows Server 2003, but stumbled

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread niXman
Baruch Burstein 2014-01-20 17:58: Is there an option to statically link the libgcc/libstdc++-6, so as not to have to distribute the .dll? Yes, '-static' -- Regards, niXman ___ Dual-target(32 64-bit) MinGW-W64 compilers for 32 and 64-bit

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread Ruben Van Boxem
2014/1/20 Baruch Burstein bmburst...@gmail.com On Mon, Jan 20, 2014 at 2:58 PM, lh_mouse lh_mo...@126.com wrote: MinGW uses MSVCRT.DLL which shipps with Windows XP so there is no additional CRT DLL needed to redistribute. If MinGW64-compiled executables use MSVCRT.DLL as a runtime, then

Re: [Mingw-w64-public] [PATCH] Two secapi fixes

2014-01-20 Thread Erik van Pienbroek
Committed as r6450 and r6451 Kai Tietz schreef op ma 20-01-2014 om 15:00 [+0100]: Hallo Eric, both patches are ok. Please apply to trunk. Jon_y those patches should be applied to 3.x branch too. Thanks, Kai 2014/1/19 Erik van Pienbroek e...@vanpienbroek.nl: Hi, One of our