From: tphan AT asl DOT dl DOT nec DOT com (Timothy Phan) Subject: g++ include files 19 Dec 1996 08:56:50 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199612191354.HAA18873.cygnus.gnu-win32@aslws30.asl.dl.nec.com> Original-To: gnu-win32 AT cygnus DOT com X-Sun-Charset: US-ASCII Original-Sender: owner-gnu-win32 AT cygnus DOT com 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 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".