Date: Thu, 18 Jun 1998 13:11:36 +0300 (IDT) From: Eli Zaretskii To: Lucas Moten cc: DJGPP Listserv Subject: Re: Bad Header Files??? In-Reply-To: <000f01bd9a75$c5e65660$0300a8c0@lucas> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 18 Jun 1998, Lucas Moten wrote: > 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 > } This is some installation mess. Please add -v to the compilation command line and post everything that's printed during compilation. You will need to redirect stderr to a file; use the `redir' utility for that.