RE: gcc -mno-cygwin preprocessing: cygwin headers included.

2003-04-02 Thread Danny Smith
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

gcc -mno-cygwin preprocessing: cygwin headers included.

2003-04-01 Thread 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/stdio.h (OK) and /usr/lib/gcc-lib/i686-pc-cygwin/3.2/incl