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