Mail Archives: djgpp/1997/03/19/00:55:28
Hello.
All of this is new to me. I installed DJGPP, version 2. I am running
Win '95 on a Dell Pentium 90 system with 48 megs RAM. DJGPP works.
RHIDE works - BUT ... but I can't get HELP to work - and I could really
use some HELP, since I installed all this stuff because I am taking my
first programming course in "C". I have the doc. on RHIDE where it
clearly states how to setup DJGPP and RHIDE environmental variable. I
have DJGPP installed on my "D" partition - and since I am able to
compile code using DJGPP natively I am assuming it is installed
correctly. In AUTOEXEC.BAT I have my DJGPP environment variable set to
d:\djgpp\djgpp.env. In DGJPP.ENV I have the following coded:
DJDIR=%:/>DJGPP%
+USER=dosuser
+TMPDIR=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=n
[bison]
BISON_HAIRY=%DJDIR%/lib/bison.hai
BISON_SIMPLE=%DJDIR%/lib/bison.sim
[cpp]
CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/include;%DJDIR%/contrib/grx20/include
C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/include
OBJCPLUS_INCLUDE_PATH=%/>;OBJCPLUS_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc
OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc
[gcc]
COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin
LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib;%DJDIR%/contrib/grx20/lib
[info]
INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
INFO_COLORS=0x1f.0x31
.... so it looks to me like RHIDE should know to look in the
D:\SJGPP\INFO directory for INFO type stuff. I tried to run RHIDE with
DEBUG on, and got:
D:\djgpp\Work>type err
using d:/temp/RHeaaaaa as temp directory
executing: : calling system(NULL)
When I try to run HELP I get messages like:
"ATTENTION CAN'T OPEN FILE RHIDE" - or -
"ATTENTION CAN'T OPEN FILE INFVIEW"
Can someone exlain this to me?
Thanks in advance,
Larry
- Raw text -