From: dagenais@vlsi.polymtl.ca (Michel Dagenais)
Subject: Re: building gcc native compiler on linux
11 Nov 1996 08:04:45 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <9611111404.AA16834.cygnus.gnu-win32@gutrune.vlsi.polymtl.ca>
Original-To: lindalu@qua.crl.melco.co.jp
Original-Cc: gnu-win32@cygnus.com
In-Reply-To: <9611110258.AA17448@sun101.qua.crl.melco.co.jp> (lindalu@qua.crl.melco.co.jp)
Original-Sender: owner-gnu-win32@cygnus.com

   This is what I type on my slackware linux:
   ./configure --build=i386-unknown-linux --host=i386-unknown-cygwin32
   --target=i386-unknown-cygwin32

   then I do make, and it seems there's pathing problem...
   In file included from cccp.c:40:
   config.h:1 i386/xm-cygwin32.h: No such file or directory
   make:*** [cccp.o] Error 1

I had a similar problem. Dont specify --target, --host is sufficient
and --target does bad things in this context for some reason.
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
