Re: Cross compiling for cygwin under Linux.

2016-03-31 Thread Michel Van den Bergh
On 31/03/16 18:03, Yaakov Selkowitz wrote: On 2016-03-31 10:29, Yaakov Selkowitz wrote: On 2016-03-31 09:40, Michel Van den Bergh wrote: Unfortunately the gcc for CentOS appears not to work... /usr/bin/i686-pc-cygwin-gcc-4.9.3 -c test.c *** buffer overflow detected ***: /usr/lib/gcc/i686-pc-c

Re: Cross compiling for cygwin under Linux.

2016-03-31 Thread Yaakov Selkowitz
On 2016-03-31 10:29, Yaakov Selkowitz wrote: On 2016-03-31 09:40, Michel Van den Bergh wrote: Unfortunately the gcc for CentOS appears not to work... /usr/bin/i686-pc-cygwin-gcc-4.9.3 -c test.c *** buffer overflow detected ***: /usr/lib/gcc/i686-pc-cygwin/4.9.3/../../../../i686-pc-cygwin/bin/a

Re: Cross compiling for cygwin under Linux.

2016-03-31 Thread Yaakov Selkowitz
On 2016-03-31 09:40, Michel Van den Bergh wrote: On 03/30/2016 06:19 PM, Yaakov Selkowitz wrote: On 2016-03-30 10:24, Michel Van den Bergh wrote: I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows bina

Re: Cross compiling for cygwin under Linux.

2016-03-31 Thread Michel Van den Bergh
On 03/30/2016 06:19 PM, Yaakov Selkowitz wrote: On 2016-03-30 10:24, Michel Van den Bergh wrote: I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross

Re: Cross compiling for cygwin under Linux.

2016-03-30 Thread Michel Van den Bergh
On 30/03/16 18:19, Yaakov Selkowitz wrote: On 2016-03-30 10:24, Michel Van den Bergh wrote: I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross comp

Re: Cross compiling for cygwin under Linux.

2016-03-30 Thread Yaakov Selkowitz
On 2016-03-30 10:24, Michel Van den Bergh wrote: I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross compile on Linux. I cannot use Mingw as our app

Cross compiling for cygwin under Linux.

2016-03-30 Thread Michel Van den Bergh
Hi, I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross compile on Linux. I cannot use Mingw as our application relies heavily on the select() ca