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

2003-04-02 Thread Danny Smith
From: Teun Burgers burgers at ecn dot nl --- consider a file hello.c with the following two lines: #include stdio.h #include stdarg.h 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

gcc -mno-cygwin preprocessing: cygwin headers included.

2003-04-01 Thread Teun Burgers
consider a file hello.c with the following two lines: #include stdio.h #include stdarg.h 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