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
>>
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
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
>>
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
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
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
*/
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
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
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
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
10 matches
Mail list logo