Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Thu, 25 Jan 2001 21:00:53 -0600 (CST) From: Mumit Khan To: Fabrice Gautier cc: cygwin AT cygwin DOT com Subject: RE: Linux->Cygwin cross compiler? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 26 Jan 2001, Fabrice Gautier wrote: > I managed to compile this cross-gcc like this: > > 1/ patch gcc.2.95.2/gcc/config/i386/t-cygwin by removing the "LIMITS_H_TEST > = true line" > 2/ configure with --with-newlib > 3/ make only the C compiler (with: make all-gcc LANGUAGES="c" ) GCC 2.95.2-xx still has the old config.guess, which guesses the host to be i[3-6]x86-pc-cygwin32, *not* i[3-6]x86-pc-cygwin, which is why you're having the problem. Next release will not have this problem. Just specify --target to be i686-pc-cygwin. Regards, Mumit -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple