Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <7B4C28C84831D211BFA200805F9F34567030F1@nswcdlvaex04.nswc.navy.mil> From: Fontenot Larry A DLVA To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Weird behavior when using "-I" with gcc-2.95.2 Date: Tue, 25 Apr 2000 09:39:53 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" I am having strange behavior when trying to use the "-I" option to append to the include search path when using g++ 2.95.2-1. For example, I have a simple "Hello World" application: #include int main(int argc, void ** argv) { cout << "Hello World!" << endl; return(1); } bash-2.03$ g++ -c hello.cpp bash-2.03$ g++ -o hello.win32.exe hello.o bash-2.03$ g++ -I./ -c hello.cpp In file included from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/g++-3/streambuf.h :36, from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/g++-3/iostream.h: 31, from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/g++-3/iostream:6, from hello.cpp:2: /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/g++-3/libio.h:59: sys/cdefs.h: Invalid argument Yet the file cdefs.h exists in /usr/i686-pc-cygwin/include/sys/cdefs.h. Have I overlooked the obvious somewhere. I can't believe "-I" doesn't work. Thanks, Larry -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com