From: Alex Newsgroups: comp.os.msdos.djgpp Subject: enviroment variable Date: Mon, 14 Sep 1998 06:26:48 -0400 Organization: http://www.supernews.com, The World's Usenet: Discussions Start Here Lines: 49 Message-ID: <35FCEF68.D5F70F72@nceye.net> References: <000101bdda4b$64c24ea0$c64d08c3 AT arthur> NNTP-Posting-Host: 208.11.176.83 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Dear friends, thank you for your response... just in case, I want to describe my problm. briefly again: go32-v2.exe displayed (running Win95, 486/133MMhz + 24 RAM; 2 HD with two partitions on each): DPMI memory available: 17303 kb DPMI swap space available: 4341 kb I also installed (well, just unziped) rhide IDE with its GUI. Next thing I did, I added this to my autoexec.bat: set DJGPP=F:\DJGPP\DJGPP.ENV set PATH=F:\DJGPP\BIN;%PATH% and tried to compile a basic multiplication program (7 lines) and ve got this message at the bottom of the Rhide's GUI: Compiling: F:/DJGPP/bin/test.cpp Error in DJGPP instalation Enviroment variable DJGPP is not defined There were some errors Now, here is the content of my env.lst and autoexec.bat: env.lst: DJGPP=f:\djgpp\djgpp.env TMP=F:\WINDOWS\TEMP TEMP=F:\WINDOWS\TEMP PROMPT=$p$g winbootdir=F:\WINDOWS COMSPEC=F:\WINDOWS\COMMAND.COM PATH=F:\WINDOWS;F:\WINDOWS\COMMAND windir=F:\WINDOWS BLASTER=A220 I5 D1 H5 P330 T6 autoexec.bat: SET DJGPP=f:\djgpp\djgpp.env SET PATH=f:\djgpp\bin;%PATH% SET MIDI=SYNTH:1 MAP:E SET SOUND=F:\PROGRA~1\CREATIVE\CTSND SET BLASTER=A220 I5 D1 H5 P330 T6 and here's the content of my autoexec.bat from drive C: F:\PROGRA~1\MCAFEE\VIRUSS~1\SCANPM.EXE C:\ @IF ERRORLEVEL 1 PAUSE SET BLASTER=A220 I5 D1 H5 P330 T6 rem ---------------------- MTM ATAPI CD-ROM ---------------------- rem - By Windows Setup - F:\WINDOWS\COMMAND\MSCDEX.EXE /D:MTMIDE01 /M:10 SET PATH=F:\WINDOWS;F:\WINDOWS\COMMAND Is it case sensetive? Should I change anything in djgpp.env? So far, I didn't. So, what can be wrong with installation? Thanx :-)