Mail Archives: cygwin/1996/12/19/08:56:50
Hi,
I'd like to know what else needed to be setup before I can use
the g++ in B17.1. the g++ did not seem to be able to find its
include files. I've the PATH and GCC_EXEC_PREFIX set as described
in the FAQ/Installation section:
Here is a quick test program
// -- t.C
#include <iostream.h>
main()
{
cerr << "Hello, World! << endl;
}
and the g++ complain about unable to find iostream.h.
Many THANKs in advance
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -