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

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