Date: Mon, 19 Oct 1998 17:26:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Uta Conrad , Andris Pavenis cc: djgpp AT delorie DOT com Subject: Re: DJGPP / DOS and Novell ?? In-Reply-To: <362B56CF.3E8833B2@mail.lrz-muenchen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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?