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: <200004251937.OAA07845@hp2.xraylith.wisc.edu> To: Fontenot Larry A DLVA cc: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Re: Weird behavior when using "-I" with gcc-2.95.2 In-reply-to: Your message of "Tue, 25 Apr 2000 15:03:50 EDT." <7B4C28C84831D211BFA200805F9F34567030F4 AT nswcdlvaex04 DOT nswc DOT navy DOT mil> Date: Tue, 25 Apr 2000 14:37:58 -0500 From: Mumit Khan Fontenot Larry A DLVA writes: > > Well, the only solution I could come up with was to compile with the > following: > g++ -I /usr/i686-pc-cygwin/include -I./ -c hello.cpp > > I have since moved the contents of /usr/i686-pc-cygwin/bin, > /usr/i686-pc-cygwin/include, and /usr/i686-pc-cygwin/lib to /usr/bin, > /usr/include, and /usr/lib, respectively. I thought that might help, but I > still need to compile with the following: > g++ -I /usr/include -I./ -c hello.cpp > > I even tried reinstalling the entire cygwin set with the newsetup.exe. No > difference. This is very odd indeed, and I wonder why gcc/cpp is producing the `invalid argument' error! Please provide a bit more info on your platform: $ echo "g++ -I./ -c hello.cpp" > bug.txt $ g++ -I./ -c -v -H hello.cpp >> bug.txt 2>&1 $ cygcheck -s -r >> bug.txt 2>&1 and post the resulting bug.txt file. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com