delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/08/30/20:37:20

From: Lafollette8 AT cs DOT com
Message-ID: <e5.b890d44.28c03625@cs.com>
Date: Thu, 30 Aug 2001 20:36:53 EDT
Subject: WindowsME installation trouble
To: djgpp AT delorie DOT com
MIME-Version: 1.0
X-Mailer: CompuServe 2000 6.0 for Windows US sub 10504
Reply-To: djgpp AT delorie DOT com

--part1_e5.b890d44.28c03625_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Dear gurus,

I have tried a million different ways to install DJGPP on my computer, which 
uses WindowsME.  I was finally able to open rhide and put in the 
conversion.cpp program.  I get the error "installation problem, cannot exec 
'cpp': no such file or directory (ENOENT).  

I use notepad to edit my autoexec.bat file, but the PATH line is never the 
same as how I saved it.  As you will see below, all kinds of things get added 
onto that line when I reboot.  

I also feel certain that my files may be in the wrong directories.  Under 
c:\DJGPP I have bnu281b, djdev203, faq230b, gcc2952b, gdb418b,GNUC, gpp2952b, 
lgpp295b, mak3781b, rhide14b, and txi40b (among others).  The bin, info, 
manifest, and so on are all inside these directories.  I did move DJGPP.env 
out of djdev203, and into the DJGPP folder itself.  After that I could set 
DJGPP=c:\djgpp\djgpp.env without having to add djdev203 and it seemed to work.

I've really tried to fix this myself, but I am at wit's end.  If you can help 
me, I will be unbelievably grateful.

The output of go32-v2 was:
DPMI memory available:  63395 kb
DPMI swap space available:  63397 kb

The contents of environ.txt were:
COMSPEC=C:\WINDOWS\COMMAND.COM
PROMPT=$p$g
TEMP=C:\WINDOWS\TEMP
TMP=C:\WINDOWS\TEMP
DJGPP=c:\djgpp\djgpp.env
PATH=C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\

DJGPP\bin;C:\DJGPP\bin;C:\DJGPP\bin;C:/DJGPP/rhide14b/bin;C:\WINDOWS;C:\WINDOW

S\COMMAND;c:\progra~1\matlabr1
winbootdir=C:\WINDOWS
windir=C:\WINDOWS
BLASTER=A220 I5 D1 T4 P330
CMDLINE=doskey /insert 

The contents of autoexec.bat are:
SET windir=C:\WINDOWS
SET winbootdir=C:\WINDOWS
SET COMSPEC=C:\WINDOWS\COMMAND.COM
SET PROMPT=$p$g
SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP
SET DJGPP=c:\djgpp\djgpp.env
SET 
PATH=C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\

DJGPP\bin;C:\DJGPP\bin;C:\DJGPP\bin;C:/DJGPP/rhide14b/bin;C:\WINDOWS;C:\WINDOW

S\COMMAND;c:\progra~1\matlabr1

The contents of config.sys are:
[menu]
menuitem=HELP, Help
menuitem=CD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
menuitem=QUICK, Minimal Boot
menudefault=HELP,30
menucolor=7,0

[HELP]
device=oakcdrom.sys /D:mscd001 
device=btdosm.sys 
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001
devicehigh=ramdrive.sys /E 2048

[CD]
device=oakcdrom.sys /D:mscd001 
device=btdosm.sys 
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001
devicehigh=ramdrive.sys /E 2048

[NOCD]
devicehigh=ramdrive.sys /E 2048

[QUICK]

[COMMON]
files=15
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z


--part1_e5.b890d44.28c03625_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>Dear gurus,
<BR>
<BR>I have tried a million different ways to install DJGPP on my computer, which 
<BR>uses WindowsME. &nbsp;I was finally able to open rhide and put in the 
<BR>conversion.cpp program. &nbsp;I get the error "installation problem, cannot exec 
<BR>'cpp': no such file or directory (ENOENT). &nbsp;
<BR>
<BR>I use notepad to edit my autoexec.bat file, but the PATH line is never the 
<BR>same as how I saved it. &nbsp;As you will see below, all kinds of things get added 
<BR>onto that line when I reboot. &nbsp;
<BR>
<BR>I also feel certain that my files may be in the wrong directories. &nbsp;Under 
<BR>c:\DJGPP I have bnu281b, djdev203, faq230b, gcc2952b, gdb418b,GNUC, gpp2952b, 
<BR>lgpp295b, mak3781b, rhide14b, and txi40b (among others). &nbsp;The bin, info, 
<BR>manifest, and so on are all inside these directories. &nbsp;I did move DJGPP.env 
<BR>out of djdev203, and into the DJGPP folder itself. &nbsp;After that I could set 
<BR>DJGPP=c:\djgpp\djgpp.env without having to add djdev203 and it seemed to work.
<BR>
<BR>I've really tried to fix this myself, but I am at wit's end. &nbsp;If you can help 
<BR>me, I will be unbelievably grateful.
<BR>
<BR>The output of go32-v2 was:
<BR>DPMI memory available: &nbsp;63395 kb
<BR>DPMI swap space available: &nbsp;63397 kb
<BR>
<BR>The contents of environ.txt were:
<BR>COMSPEC=C:\WINDOWS\COMMAND.COM
<BR>PROMPT=$p$g
<BR>TEMP=C:\WINDOWS\TEMP
<BR>TMP=C:\WINDOWS\TEMP
<BR>DJGPP=c:\djgpp\djgpp.env
<BR>PATH=C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\
<BR>
<BR>DJGPP\bin;C:\DJGPP\bin;C:\DJGPP\bin;C:/DJGPP/rhide14b/bin;C:\WINDOWS;C:\WINDOW
<BR>
<BR>S\COMMAND;c:\progra~1\matlabr1
<BR>winbootdir=C:\WINDOWS
<BR>windir=C:\WINDOWS
<BR>BLASTER=A220 I5 D1 T4 P330
<BR>CMDLINE=doskey /insert 
<BR>
<BR>The contents of autoexec.bat are:
<BR>SET windir=C:\WINDOWS
<BR>SET winbootdir=C:\WINDOWS
<BR>SET COMSPEC=C:\WINDOWS\COMMAND.COM
<BR>SET PROMPT=$p$g
<BR>SET TEMP=C:\WINDOWS\TEMP
<BR>SET TMP=C:\WINDOWS\TEMP
<BR>SET DJGPP=c:\djgpp\djgpp.env
<BR>SET 
<BR>PATH=C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\DJGPP\bin;C:\DJGPP\gcc2952b\bin;C:\
<BR>
<BR>DJGPP\bin;C:\DJGPP\bin;C:\DJGPP\bin;C:/DJGPP/rhide14b/bin;C:\WINDOWS;C:\WINDOW
<BR>
<BR>S\COMMAND;c:\progra~1\matlabr1
<BR>
<BR>The contents of config.sys are:
<BR>[menu]
<BR>menuitem=HELP, Help
<BR>menuitem=CD, Start computer with CD-ROM support.
<BR>menuitem=NOCD, Start computer without CD-ROM support.
<BR>menuitem=QUICK, Minimal Boot
<BR>menudefault=HELP,30
<BR>menucolor=7,0
<BR>
<BR>[HELP]
<BR>device=oakcdrom.sys /D:mscd001 
<BR>device=btdosm.sys 
<BR>device=flashpt.sys
<BR>device=btcdrom.sys /D:mscd001
<BR>device=aspi2dos.sys
<BR>device=aspi8dos.sys
<BR>device=aspi4dos.sys
<BR>device=aspi8u2.sys
<BR>device=aspicd.sys /D:mscd001
<BR>devicehigh=ramdrive.sys /E 2048
<BR>
<BR>[CD]
<BR>device=oakcdrom.sys /D:mscd001 
<BR>device=btdosm.sys 
<BR>device=flashpt.sys
<BR>device=btcdrom.sys /D:mscd001
<BR>device=aspi2dos.sys
<BR>device=aspi8dos.sys
<BR>device=aspi4dos.sys
<BR>device=aspi8u2.sys
<BR>device=aspicd.sys /D:mscd001
<BR>devicehigh=ramdrive.sys /E 2048
<BR>
<BR>[NOCD]
<BR>devicehigh=ramdrive.sys /E 2048
<BR>
<BR>[QUICK]
<BR>
<BR>[COMMON]
<BR>files=15
<BR>buffers=10
<BR>dos=high,umb
<BR>stacks=9,256
<BR>lastdrive=z
<BR></FONT></HTML>

--part1_e5.b890d44.28c03625_boundary--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019