Re: Compiling for native Windows

2015-12-14 Thread sisyphus1
-Original Message- From: Ken Brown Sent: Tuesday, December 15, 2015 1:46 PM To: cygwin@cygwin.com Subject: Re: Compiling for native Windows Assuming that gmp supports cross-compiling (which is likely), you can just use the configure option --host=x86_64-w64-mingw32. This will

Re: Compiling for native Windows

2015-12-14 Thread Ken Brown
On 12/14/2015 8:14 PM, sisyph...@optusnet.com.au wrote: -Original Message- From: Marco Atzeri Sent: Tuesday, December 15, 2015 1:16 AM To: cygwin@cygwin.com Subject: Re: Compiling for native Windows you need to use the cross compiler package mingw64-x86_64-gcc-core /usr/bin/x86_64

Re: Compiling for native Windows

2015-12-14 Thread sisyphus1
-Original Message- From: Marco Atzeri Sent: Tuesday, December 15, 2015 1:16 AM To: cygwin@cygwin.com Subject: Re: Compiling for native Windows you need to use the cross compiler package mingw64-x86_64-gcc-core /usr/bin/x86_64-w64-mingw32-gcc.exe replaces the old "-mno-cygwin&q

Re: Compiling for native Windows

2015-12-14 Thread Charles Russell
On 12/14/2015 8:16 AM, Marco Atzeri wrote: On 14/12/2015 15:06, sisyph...@optusnet.com.au wrote: Hi, Last time I built gmp on Cygwin for Windows it was using gcc-3.4.5 - and was, I think, done as a cross-compilation involving the -mno-cygwin option. Am I right in thinking that the days of "-mn

Re: Compiling for native Windows

2015-12-14 Thread Marco Atzeri
On 14/12/2015 15:06, sisyph...@optusnet.com.au wrote: Hi, Last time I built gmp on Cygwin for Windows it was using gcc-3.4.5 - and was, I think, done as a cross-compilation involving the -mno-cygwin option. Am I right in thinking that the days of "-mno-cygwin" have now passed ? If I want to bui

Compiling for native Windows

2015-12-14 Thread sisyphus1
Hi, Last time I built gmp on Cygwin for Windows it was using gcc-3.4.5 - and was, I think, done as a cross-compilation involving the -mno-cygwin option. Am I right in thinking that the days of "-mno-cygwin" have now passed ? If I want to build (say) gmp on Cygwin for Windows, do I still need t