Mail Archives: cygwin/2000/04/25/14:38:34
Fontenot Larry A DLVA <FontenotLA AT NSWC DOT NAVY DOT 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 AT sourceware DOT cygnus DOT com
- Raw text -