| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| 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 <FontenotLA AT NSWC DOT NAVY DOT MIL> |
| To: | "'cygwin AT sourceware DOT cygnus DOT com'" <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) |
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 <iostream>
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |