From: "Pavlos" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP installation problem Date: Fri, 11 Jun 1999 03:33:52 +0300 Organization: An OTEnet S.A. customer Lines: 69 Message-ID: <7jplib$qga$1@newssrv.otenet.gr> References: <37602010 DOT 145F635D AT 2xtreme DOT net> NNTP-Posting-Host: dram-a05.otenet.gr X-Trace: newssrv.otenet.gr 929061259 27146 195.167.113.228 (11 Jun 1999 00:34:19 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 11 Jun 1999 00:34:19 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have Borland C++ 5.2 and DJGPP on my PC. They work just fine. And I have Borland's PATH before DJGPP's in AUTOEXEC.BAT. The funny thing is that when I tried to install RSXNTDJ, I have some strange problems like your's. Not in RHIDE but something about the gxx.exe I think! Alex Lowe wrote in message <37602010 DOT 145F635D AT 2xtreme DOT net>... >Hello everyone, > >Well, I recently installed Borland 5 and it really messed DJGPP up. It >turns out that Borland calls gcc in order to compile, so it conflicts >with DJGPP's gcc... so I uninstalled Borland, it's gone. Now I am having >troubles. > >I can not compile anything with DJGPP now. It says my installation is >bad, I reinstalled it with some basic packages and it still doesn't >work. If you could let me know what causes these errors then maybe I >could find out if there are remnants of the Borland installation around. >If they can be fixed, that would be great as well. Here are some >specifics: > >Here are some errors, copied and pasted, with the commands: > > C:\Temp>gxx test.c > gxx.exe: installation problem, cannot exec `cpp': No such > file or directory (ENOENT) > > NOTE: cpp.exe exists in this path: > c:\dev\djgpp\lib\gcc-lib\djgpp\2.81 > (I hope that's the right place) > >When I run RHIDE a message comes up that says the following: > > "RHIDE has detected, that the environment variable DJDIR > has not been set (or not correct). This is a fatal > mistake. For information about fixing this, please read > the File README.1ST from the DJGPP distribution. (about > setting the DJGPP environment variable!!!) Should I > continue?" > >My autoexec.bat file contains the following: > > @ECHO OFF > SET PATH=C:\PROGRA~1\MCAFEE~1;C:\DEV\PERL\BIN > SET PATH=C:\DEV\DJGPP\BIN;%PATH% > SET DJGPP=C:\DEV\DJGPP\DJGPP.ENV > >I installed the folling packages: > > djdev202.zip > bnu281b.zip > gcc281b.zip > gpp281b.zip > lgp2811b.zip > mak377b.zip > objc281b.zip > rhid147b.zip > >I have been using DJGPP for a while now, so I assure you the paths are >correct and all of that good stuff. Thanks for your help. By the way, I >am using Windows98. > >-- Alex Lowe >ayin AT 2xtreme DOT net