Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 19 Mar 2005 11:20:26 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?) Message-ID: <20050319162026.GC6241@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <4239B117 DOT 4030203 AT cs DOT cornell DOT edu> <20050317164440 DOT GB31022 AT trixie DOT casa DOT cgf DOT cx> <20050317165350 DOT GA31507 AT trixie DOT casa DOT cgf DOT cx> <423B85D6 DOT 6000500 AT cs DOT cornell DOT edu> <20050319031107 DOT GB28998 AT trixie DOT casa DOT cgf DOT cx> <423C4FCC DOT 1060909 AT cs DOT cornell DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <423C4FCC.1060909@cs.cornell.edu> User-Agent: Mutt/1.5.6i On Sat, Mar 19, 2005 at 11:14:04AM -0500, Paul Stodghill wrote: >Argh. I didn't proofread my post. Sorry about that. Here is how it >should have read. > >[The fact that the cygwin compiler path appears on the search path] is a >different and unrelated problem, I think. > >barney-xp$ md5sum /usr/lib/gcc-lib/*/3.3.3/include/float.h >248cb979b88c788e88100b913eea6ce9 >*/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/include/float.h >248cb979b88c788e88100b913eea6ce9 >*/usr/lib/gcc-lib/i686-pc-mingw32/3.3.3/include/float.h >barney-xp$ > >The bug that I am observing is that /usr/i686-pc-mingw32/include needs >to appear on the search path before any of the /usr/lib/gcc-lib include >files. That would make mingw unlike every other compiler out there. Try it on linux and you can see that the gcc library includes are supposed to be first. Putting them second would screw up other things. Danny, are you reading this? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/