Syntax errors in standard Header files?
dahms@ifk20.mach.uni-karlsruhe.de
dahms@ifk20.mach.uni-karlsruhe.de
Fri Jan 31 20:03:00 GMT 1997
Hi, you wrote:
: The reason it won't work is because your file is named 'test.c'. If you
: name it 'test.cc' or 'test.cpp' or compile with the option to select c++
: (I'm not sure what it is)
It is -xc++
: > : bash$ gcc test.c -o test.exe
: > : In file included from \DEV\CYGNUS\include\g++/iostream.h:31,
: > : from test.c:1:
: > : \DEV\CYGNUS\include\g++/streambuf.h:35: syntax error before string constant
: > : In file included from \DEV\CYGNUS\include\g++/iostream.h:31,
: > : from test.c:1:
: > : \DEV\CYGNUS\include\g++/streambuf.h:37: syntax error before `}'
Sorry, I overlooked the use of gcc. That should be g++ or gxx.
Or use the flag. But why in the hell can it *find* g++ includes, when
it's not in c++ mode? There's no -I! Were any environment variables set?
Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list