Re: Cross-compiling for i686-pc-mingw32

2010-09-01 Thread Andrey Repin
Greetings, Christopher Faylor! With cygwin-1.5.25 I can cross-compile libraries for native win32 by starting with the following configure command: ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc -mno-cygwin' host_alias=i686-pc-mingw32 and that

Re: Cross-compiling for i686-pc-mingw32

2010-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2010 at 06:35:18PM +0400, Andrey Repin wrote: >Greetings, Charles Wilson! > >>> With cygwin-1.5.25 I can cross-compile libraries for native win32 by >>> starting with the following configure command: >>> >>> ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc >>> -mno

Re: Cross-compiling for i686-pc-mingw32

2010-09-01 Thread Larry Hall (Cygwin)
On 9/1/2010 10:35 AM, Andrey Repin wrote: Greetings, Charles Wilson! With cygwin-1.5.25 I can cross-compile libraries for native win32 by starting with the following configure command: ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc -mno-cygwin' host_alias=i686-pc-mingw32 an

Re: Cross-compiling for i686-pc-mingw32

2010-09-01 Thread Andrey Repin
Greetings, Charles Wilson! >> With cygwin-1.5.25 I can cross-compile libraries for native win32 by >> starting with the following configure command: >> >> ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc >> -mno-cygwin' host_alias=i686-pc-mingw32 >> >> and that has worked fine o

Re: Cross-compiling for i686-pc-mingw32

2010-08-07 Thread Sisyphus
- Original Message - From: "Charles Wilson" However, with cygwin-1.7.5, it doesn't work. For now, use CC='gcc-3 -mno-cygwin'. Soon you'll be able to use a real, honest-to-god cross compiler version of gcc-4 instead (e.g. "i686-pc-mingw32-gcc") Thanks Chuck. That works well I

Re: Cross-compiling for i686-pc-mingw32

2010-08-07 Thread Charles Wilson
On 8/7/2010 9:45 AM, Sisyphus wrote: > With cygwin-1.5.25 I can cross-compile libraries for native win32 by > starting with the following configure command: > > ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc > -mno-cygwin' host_alias=i686-pc-mingw32 > > and that has worked fine

Cross-compiling for i686-pc-mingw32

2010-08-07 Thread Sisyphus
Hi, With cygwin-1.5.25 I can cross-compile libraries for native win32 by starting with the following configure command: ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC='gcc -mno-cygwin' host_alias=i686-pc-mingw32 and that has worked fine on the few occasions that I've tried it.