Mail Archives: djgpp/1998/10/19/11:27:51
On Mon, 19 Oct 1998, Uta Conrad wrote:
> h:\cpp\versuch.cpp:0: $DJDIR/lib/g++-include/.: No such device (ENODEV)
> #include "..." search starts here:
> #include <...> search starts here:
> c:/djgpp/include
> c:/djgpp/lib/gcc-lib/djgpp/2.81/include
> c:/djgpp/include
> End of search list.
> h:\cpp\versuch.cpp:1: iostream.h: No such file or directory (ENOENT)
I think there's something wrong with your setup: the search path for C++
include files should have included c:/djgpp/lang/cxx. Are you using the
stock DJGPP.ENV file that came with djdev201.zip, or did you edit it in
some way?
In addition, I don't understand the message about ``no such device''.
One possible reason for it might be that you edited DJGPP.ENV to
put there the string that begins with $DJDIR.
Andris, do you have any additional ideas why could such a message be
printed?
- Raw text -