This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Weird behavior when using "-I" with gcc-2.95.2


Fontenot Larry A DLVA <FontenotLA@NSWC.NAVY.MIL> 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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]