Mail Archives: djgpp/1998/08/11/06:20:51
On Mon, 10 Aug 1998, ¤ý¤ô wrote:
> I just install DJGPP and try to compile some simple source to test.
> C compile fine, but when I compile C++, error.....
>
> C:\DJGPP\walter>gcc test1.cpp -o test1.exe
> In file included from test1.cpp:1:
> c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or
> directory (ENOENT)
Set LFN=y in the environment, and it will work.
Also, note that you need to use gxx instead of gcc to link C++ program.
This is described in the file readme.1st which is available from the same
place where you downloaded DJGPP.
- Raw text -