Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <000201c24e27$ffa0bb10$6132bc3e@BABEL> From: "Conrad Scott" To: Subject: A quick note on Date: Wed, 28 Aug 2002 00:52:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 The include file is causing problems with cygwin builds. The problem is that it is auto-created and so doesn't exist in the src tree, just in the build tree and in the installed tree. Since cygwin builds w/ -nostdinc it doesn't find the last of these (the installed copy) and the cygwin build also doesn't pick up any headers from the newlib build tree. It's not clear to me quite what the solution is to this: I'll just make a copy of the file and bung it somewhere for the moment. BTW I'm building this with gcc 3.2 and a rather strange gcc specs file but I don't think that either of those are related to this problem. My apologies in advance in case I've made a mess of something tho'. Cheers, // Conrad