From: Matteo Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with RHIDE 1.4.7.8 under Win2000 Date: Mon, 19 Mar 2001 18:15:01 +0100 Organization: NETTuno Lines: 91 Message-ID: <3AB63E95.3C386B8E@freemail.it> References: NNTP-Posting-Host: chagall.omega.it Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: pinco.nettuno.it 985018154 1999 193.207.124.25 (19 Mar 2001 16:09:14 GMT) X-Complaints-To: news AT nettuno DOT it NNTP-Posting-Date: 19 Mar 2001 16:09:14 GMT X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > On Thu, 15 Mar 2001, Matteo wrote: > > > Eli Zaretskii wrote: > > > > > > On Mon, 12 Mar 2001, Matteo wrote: > > > > > > > DJGPP=C:\djgpp\djgpp.env > > > > > > This looks okay. > > > > > > What happens if you type SET after shelling to DOS from inside RHIDE? > > > Is there a line which begins with "DJDIR=" there, and if so, what does it > > > say? > > > > There isn't DJDIR > > the SET output from inside RHIDE is: > > This seems to indicate that RHIDE doesn't read the djgpp.env file at > all. DJDIR is computed by the startup code of every DJGPP application, > but to do that, the startup code reads djgpp.env. In your case, it looks > like djgpp.env was not found or couldn't be open, for some reason. > > What does "dir /x c:\djgpp" print on this system? Directory di c:\djgpp 13/06/2000 13.25 . 13/06/2000 13.25 .. 03/06/1999 13.29 2.084 COPYING.DJ copying.dj 18/10/1999 07.16 19.594 README.1ST readme.1st 01/11/1995 19.08 17.982 COPYING copying 01/11/1995 19.08 25.265 COPYING.LIB copying.lib 24/12/1999 15.19 3.522 DJGPP.ENV djgpp.env 22/05/1998 20.52 1.494 MAKEDEFS.GNU makedefs.gnu 15/05/1998 09.17 2.299 MAKEFILE.WAT makefile.wat 13/05/1998 20.22 409 MAKEDEFS.BCC makedefs.bcc 22/04/1998 20.12 759 MAKEDEFS.X11 makedefs.x11 20/04/1998 19.19 143 MAKEDEFS.DEC makedefs.dec 06/04/1998 09.11 289 MAKEDEFS.DJ1 makedefs.dj1 06/04/1998 09.11 446 MAKEDEFS.DJ2 makedefs.dj2 08/01/1998 21.43 424 MAKEFILE.LNX makefile.lnx 03/11/1997 22.54 468 MAKEFILE.X11 makefile.x11 02/11/1997 13.32 265 MAKEFILE.DJ1 makefile.dj1 30/09/1997 18.57 236 MAKEFILE.BCC makefile.bcc 29/09/1997 18.23 265 MAKEFILE.DJ2 makefile.dj2 13/06/2000 13.25 ALLEGRO allegro 13/06/2000 13.25 FAQ 13/06/2000 13.25 GNUDOCS gnudocs 13/06/2000 13.25 MANIFEST manifest 13/06/2000 13.25 BIN bin 13/06/2000 13.25 GNU gnu 13/06/2000 13.26 INFO info 13/06/2000 13.26 LIB lib 13/06/2000 13.27 SHARE share 13/06/2000 13.27 INCLUDE include 13/06/2000 13.27 TMP tmp 13/06/2000 13.27 MAN man 13/06/2000 13.27 LANG lang 13/06/2000 13.27 ADDONS addons 13/06/2000 13.27 COMPAT compat 13/06/2000 13.27 DOC doc 13/06/2000 13.27 PASCAL pascal 13/06/2000 13.27 SRC src 13/06/2000 13.27 TEST test 13/06/2000 13.27 FONTS fonts 13/06/2000 13.27 CONTRIB contrib 13/06/2000 13.27 RSXNTDJ rsxntdj 10/09/1999 00.00 2.155 LSCK074.TXT lsck074.txt 02/11/2000 15.46 LSCK lsck 02/11/2000 16.27 818.242 LS080P1B.ZIP ls080p1b.zip 19 File 896.341 byte 25 Directory 2.299.891.712 byte disponibili > > PATH=F:\WINNT;F:\WINNT\System32\Wbem;F:\jdk > > This is wrong: the DJGPP's bin subdirectory is not in PATH. How did that > happen? > The SET dommand from outside RHIDE has the correct path; from inside RHIDE is different, I don't know why. > > Can you compile from the command prompt, by invoking gcc directly? Yes, from prompt it's all OK Matteo Della Torre