Mail Archives: djgpp/1999/10/03/11:01:03
On Fri, 1 Oct 1999, Joshua Newman wrote:
> c:\DJGPP\bin>gxx -o -v hello.exe hello.cpp
Wrong command, use this instead:
gxx -v -o hello.exe hello.cpp
> In file included from hello.cpp:1:
> c:/djgpp/lang/cxx/iostream.h:31: streambuf.h : No such file or directory =
> (ENOENT)
>
> However, both iostream.h and streambuf.h are present in the lang/cxx =
> directory
See section 8.2 of the DJGPP FAQ list, it explains how to fix this.
> PS - I couldn't include the information from g032-v2, as the program =
> does not seem to be present on my computer
The program is called go32-v2: the second character is the letter o,
not the digit zero.
- Raw text -