Sender: nate AT cartsys DOT com Message-ID: <36290EA5.5D00C1E9@cartsys.com> Date: Sat, 17 Oct 1998 14:39:49 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP / DOS and Novell ?? References: <362860FF DOT 35D1166E AT mail DOT lrz-muenchen DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Uta Conrad wrote: > > Hi, > > I'm trying to install DJGPP in the network at our school. I now gave up > the installation on an Network drive because it sent me each time I > started the compiler a diffrent error message. > Installing it on the workstations seems to be better. But there is still > a problem compiling c++ code. > The compiler can't find the directory c:\djgpp\lib\g++-include which is > no surprise because g++-include has more than 8 chars. The djgpp.env > seems to be correct (LFN=n). Not to mention that `+' is illegal in a vanilla DOS filename. But the deeper problem is: why is it looking for it at all? As far as I know, nothing in DJGPP is stored in such a directory. C++ headers belong (unless this has changed with 2.8.x (which I really need to get one of these days :)) in \djgpp\lang\cxx, and that's where the compiler should look for and find them. Thus, please post the output of a failing compile using the `-v' option, and the contents of your environment (output of SET). -- Nate Eldredge nate AT cartsys DOT com