From: "Ben Peddell" Newsgroups: comp.os.msdos.djgpp References: <3E22FE4C DOT 6080708 AT utanet DOT at> Subject: Re: Problem at compiling with djgpp Lines: 32 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Tue, 14 Jan 2003 07:43:12 +1000 NNTP-Posting-Host: 144.134.89.177 X-Trace: newsfeeds.bigpond.com 1042493518 144.134.89.177 (Tue, 14 Jan 2003 08:31:58 EST) NNTP-Posting-Date: Tue, 14 Jan 2003 08:31:58 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If it were a problem with your environment variables, GCC would have complained upon starting. If the DJGPP environment variable were not set, gcc would say: gcc.exe: environment variable DJGPP not defined If the DJGPP environment variable wasn't pointing to djgpp.env, gcc would say (assuming that DJGPP is set to 'c:\djgpp\djgpp.env'): gcc.exe: environment variable DJGPP points to corrupt file 'c:\djgpp\djgpp.env' The library path looks correct. In djgpp 2.03, iostream.h and streambuf.h and all those other c++ .h files reside in c:/djgpp/lang/cxx/3.21/backward. Try getting the newest version, and changing that to . Also, consult the FAQ. Fritz Danter wrote in message news:3E22FE4C DOT 6080708 AT utanet DOT at... > When I try to compile a programm I got the error message : > c::/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or > directory (Enoent). > I am working at a Windows 98 - System , and I am shure that I have set > the enviromentvariables correct (because it lookes like a problem with > the enviromentvariables). > How can I solve this. > Best regards >