From: "Lucas Moten" To: "DJGPP Listserv" Subject: Bad Header Files??? Date: Thu, 18 Jun 1998 00:58:45 -0400 Message-ID: <000f01bd9a75$c5e65660$0300a8c0@lucas> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Importance: Normal Sensitivity: Personal Precedence: bulk I cant compile a classic Hello World program listed below. #include void main(void) { cout << "Hello World\n"; } I get an error in 'streambuf.h': d:/djgpp/lang/cxx/streambuf.h(35) Error: parse error before string constant This is a simple } extern "C" { #include } Do I have bad header files? Is there something I need to configure? Is this in the FAQ? - Only thing I saw there was the long filename issue.