Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Danny Smith
cgf wrote: >On Sun, Mar 20, 2005 at 09:21:42AM +1200, Danny Smith wrote: >>On native mingw build I get this: >> >>#include "..." search starts here: >>#include <...> search starts here: >> D:/MINGW/BIN/../lib/gcc/mingw32/3.4.3/../../../../include >> D:/MINGW/BIN/../lib/gcc/mingw32/3.4.3/include >>

Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Christopher Faylor
On Sun, Mar 20, 2005 at 09:21:42AM +1200, Danny Smith wrote: >On native mingw build I get this: > >#include "..." search starts here: >#include <...> search starts here: > D:/MINGW/BIN/../lib/gcc/mingw32/3.4.3/../../../../include > D:/MINGW/BIN/../lib/gcc/mingw32/3.4.3/include > D:/MINGW/BIN/../lib

Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Danny Smith
cgf wrote: >On Sat, Mar 19, 2005 at 11:14:04AM -0500, Paul Stodghill wrote: >> >>[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 >>

Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Paul Stodghill
CYGWIN != LINUX Oh, wait, this isn't cygwin-talk. Sorry... There appears to be a conflicting contraints between mingw and gcc-mingw. The float.h provided by mingw definitely assumes that it will be included before the compiler provided float.h. I am able to compile my app successfully by har

Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Christopher Faylor
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/l

Re: Problem including float.h with gcc -mno-cygwin

2005-03-19 Thread Paul Stodghill
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 */

Re: Problem including float.h with gcc -mno-cygwin

2005-03-18 Thread Christopher Faylor
On Fri, Mar 18, 2005 at 08:52:22PM -0500, Paul Stodghill wrote: >That 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 >248cb979b88c788e88100b913eea

Re: Problem including float.h with gcc -mno-cygwin

2005-03-18 Thread Paul Stodghill
That 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

Re: Problem including float.h with gcc -mno-cygwin

2005-03-17 Thread Christopher Faylor
On Thu, Mar 17, 2005 at 11:44:40AM -0500, Christopher Faylor wrote: >On Thu, Mar 17, 2005 at 11:32:23AM -0500, Paul Stodghill wrote: >>If a program includes and is compiled with gcc -mno-cygwin, it >>appears to include the wrong instance of float.h. More specifically, >>"/usr/i686-pc-mingw32/inc

Re: Problem including float.h with gcc -mno-cygwin

2005-03-17 Thread Christopher Faylor
On Thu, Mar 17, 2005 at 11:32:23AM -0500, Paul Stodghill wrote: >If a program includes and is compiled with gcc -mno-cygwin, it >appears to include the wrong instance of float.h. More specifically, >"/usr/i686-pc-mingw32/include/float.h" is written assuming that it will >be included before "/us