From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with RHIDE 1.4.7.8 under Win2000 Date: 28 Mar 2001 15:38:45 GMT Organization: Aachen University of Technology (RWTH) Lines: 40 Message-ID: <99t0i5$jrn$1@nets3.rz.RWTH-Aachen.DE> References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 985793925 20343 137.226.32.75 (28 Mar 2001 15:38:45 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 28 Mar 2001 15:38:45 GMT Originator: broeker@ 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 28 Mar 2001 chiry AT csua DOT Berkeley DOT EDU wrote: >> 1) rhide complains about environment variable djdir not exist >> 2) rhide cannot find any of its help files >> >> the environment variable djgpp as seen from a DOS shell inside rhide is >> >> DJGPP=D:\DEVTOOLS\DJGPP\DJGPP.ENV >> >> I tried use / instead of \, made no difference. > The slash style isn't important. >> It seems rhide is not reading the djgpp.env file, which declares the >> djdir variable. > I don't have access to W2K. First thing to try is to see whether this > is specific to RHIDE or all DJGPP programs. Write a simple DJGPP > program which does getenv("DJDIR") and prints the result, and see if > DJDIR is defined inside that program. Or maybe, for simplicity, just install and try the 'env' program from shellutils: it prints the full environment, as seen by a DJGPP application. env | grep DJDIR should show a line like DJDIR=d:/devtools/djgpp One thing to be wary of: "devtools" is 8 characters long. This may cause it to be mangled to a short name like devtoo~3, as seen from a DOS program, depending on how you created the directory name. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.