Sender: nate AT cartsys DOT com Message-ID: <3783E84F.CE66562D@cartsys.com> Date: Wed, 07 Jul 1999 16:52:47 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: NT4 + Djgpp-Compiler References: <3781EEE5 DOT 819D74FA AT gmx DOT de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Heiko Günther wrote: > > Hello! > > I have some problems with my C++ compiler. I've extract the > compiler-files in a directory (D:\djgpp) and have set the environment > variables this way: > > set djgpp = d:\djgpp\djgpp.env > set path = d:\djgpp\bin > > I think this is correct, isn't it? > Now I tried to compile the following programm: > > #include > > int main() > { > cout << "Hello World!"; > return 0; > } > > I get the following error message in the DOS-Box: > > In file included from filename.cpp:1: > d:\djgpp\lang\cxx\iostream.h:31: streambuf.h: No such file or directory > (ENOENT) > > Doesn't NT work with long filenames, or what? Not in DOS boxes, anyway. Ask Bill why not. You should reinstall DJGPP, using some unzipper that does *not* support long filenames (PKZIP will do fine). Read FAQ section 8.2 for more. -- Nate Eldredge nate AT cartsys DOT com