From: "Roger H." Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with Allegro and make.exe Date: Fri, 17 Jul 1998 22:55:20 -0700 Organization: Home Lines: 24 Message-ID: <6opcbg$tfk$1@slave3.aa.net> References: <1998071721350600 DOT RAA16956 AT ladder03 DOT news DOT aol DOT com> NNTP-Posting-Host: 206.125.80.54 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk You have your environment set wrong. It should be: set djgpp=d:/djgpp/djgpp.env The slashes are backwards of DOS directory structure because it is a port from the UNIX operating system. Hope this helps. Da Phire wrote in message <1998071721350600 DOT RAA16956 AT ladder03 DOT news DOT aol DOT com>... >I'm having a problem getting make to work. In the documentation for allegro >(you know, the graphics etc. library), it says to go to the \allegro directory >and type make. When I do that, it gives me a message that my DJGPP environment >variable has not been set properly. I checked the djgpp readme again, and >followed all the installation steps again. I am sure I added both lines to my >autoexec.bat file, and ran the program that reports on your memory (I had >plenty). Now I am assuming the environment variable is set by the line in >autoexec.bat : >SET DJGPP=C:\DJGPP\DJGPP.ENV >which I have. I also added ;C:\DJGPP\BIN to my path definition in autoexec.bat. >Can anyone tell me what the problem might be?