RE: Building a cross compiler Solaris to Cygwin

2004-04-06 Thread Dave Korn
> -Original Message- > From: binutils-owner On Behalf Of Brian Ford > Sent: 06 April 2004 21:23 > > My problem is that I haven't been able to find a description of the > > current way of building a cross compiler for Cygwin... > except for the > > build-cross-gcc script mentionned above.

Re: Building a cross compiler Solaris to Cygwin

2004-04-06 Thread Brian Ford
Christophe LYON wrote: > gcc -DHAVE_CONFIG_H -I. -I../../binutils-20040312-1/ld -I. > -D_GNU_SOURCE > -I. -I../../binutils-20040312-1/ld -I../bfd > -I../../binutils-20040312-1/ld/../bfd > -I../../binutils-20040312-1/ld/../include > -I../../binutils-20040312-1/ld/../intl -I../intl > -DLOCALEDIR="\"

Re: Building a cross compiler Solaris to Cygwin

2004-04-06 Thread Christophe LYON
D > > gcc -DHAVE_CONFIG_H -I. -I../../binutils-20040312-1/ld -I. > > -D_GNU_SOURCE > > -I. -I../../binutils-20040312-1/ld -I../bfd > > -I../../binutils-20040312-1/ld/../bfd > > -I../../binutils-20040312-1/ld/../include > > -I../../binutils-20040312-1/ld/../intl -I../intl > > -DLOCALEDIR="\"somepath

RE: Building a cross compiler Solaris to Cygwin

2004-04-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christophe LYON > Sent: 05 April 2004 14:54 > Hi, > > I have been working on how to build a cross-gcc for cygwin. > I have used the build-cross-gcc shell script with success > with a Linux host, targetting cygwin 1.5.9, binutils 20040

Building a cross compiler Solaris to Cygwin

2004-04-05 Thread Christophe LYON
Hi, I have been working on how to build a cross-gcc for cygwin. I have used the build-cross-gcc shell script with success with a Linux host, targetting cygwin 1.5.9, binutils 20040312, using both gcc-2.95.3-10 and gcc-3.3.1-2. However, when I run the very same script on a Solaris 2.7 host, it fa