| www.delorie.com/archives/browse.cgi | search |
| From: | Heiko =?iso-8859-1?Q?G=FCnther?= <hgue AT gmx DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | NT4 + Djgpp-Compiler |
| Date: | Tue, 06 Jul 1999 13:56:21 +0200 |
| Organization: | T-Online |
| Lines: | 37 |
| Message-ID: | <3781EEE5.819D74FA@gmx.de> |
| Mime-Version: | 1.0 |
| X-Trace: | news03.btx.dtag.de 931262163 21279 04292819307-0002 990706 11:56:03 |
| X-Complaints-To: | abuse AT t-online DOT de |
| X-Sender: | 04292819307-0002 AT t-online DOT de |
| X-Mailer: | Mozilla 4.5 [de] (WinNT; I) |
| X-Accept-Language: | de |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
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 <iostream.h>
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?
I'm glad about any suggestions!
Thanks! Heiko!
hgue AT gmx DOT de
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |