From: Dusty Newsgroups: comp.os.msdos.djgpp Subject: enviroment variable & building Allegro Date: Sun, 11 Jan 1998 13:07:04 -0500 Organization: MindSpring Enterprises Lines: 37 Message-ID: <34B90A47.E1100722@pipeline.com> NNTP-Posting-Host: user-38lc57q.dialup.mindspring.com 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 When I try to build allegro I get this message "Your Djgpp enviroment variable is not set correctly! It should point to the djgpp.env file. see the djgpp readme.1st for details." My autoexec.bat @echo off set blaster=A220 D1 I5 T3 set comspec=c:\command.com LH /L:1,36256 c:\fusionlx\mscdex.exe /d:mvcd001 /m:10 /v LH /L:1,19872 c:\MOUSE\MMOUSE goto %config% :1 C:\DOS\SMARTDRV.EXE /X 2048 128 PROMPT $p$g PATH C:\WINDOWS;c:\fusionlx;c:\download;c:\djgpp\bin SET TEMP=C:\DOS echo set PATH=C:\DJGPP\BIN;%PATH% echo set C:\DJGPP\DJGPP.ENV win load doublespace driver rem process the system registry rem create a startup log file (BOOTLOG.TXT) rem load the windows graphical user interface rem load all windows drivers goto end :2 :end What's the problem?