From: Teun Burgers
---
>
> consider a file hello.c with the following two lines:
>
> #include
> #include
>
> The attached cygwin.txt is the output of gcc -E hello.c
> The attached no-cygwin.txt is the output of gcc -mno-cygwin -E hello.c
>
> The cygwin one includes /usr/include/st
consider a file hello.c with the following two lines:
#include
#include
The attached cygwin.txt is the output of gcc -E hello.c
The attached no-cygwin.txt is the output of gcc -mno-cygwin -E hello.c
The cygwin one includes /usr/include/stdio.h (OK) and
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/incl
2 matches
Mail list logo