www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/07/17/10:03:53

From: tomtomb AT geicities DOT com (Tom Beauchamp)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: You should have used path statements!
Date: Fri, 17 Jul 1998 13:53:09 GMT
Organization: IDT (Best News In The World)
Lines: 31
Message-ID: <35af5658.1217692@gateway>
References: <01bda5d5$aa806440$990f8fd1 AT gcsyqfqj> <01bdb176$89c09980$2dbf74d1 AT default>
NNTP-Posting-Host: ppp-21.ts-9.hp.idt.net
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

On 17 Jul 1998 07:28:10 -0500, "KillerQB" <snoboard AT nni DOT com> wrote:

>I had this same problem but noticed that there is no MAKE file in the
>ALLEGRO directory.  It is however in the "C:\DJGPP\BIN" directory.  What do
>I do with it?  I tried just running it but it seems like it wants me to
>give it some commands.  Please help me and Ben here out.  Thanx.
>-- 
>-------------------------------
>mIRC Channels: #KQBS #qbasic #c++ 
>-------------------------------
>Kyle Black of KillerQB SOFT
>http://www.geocities.com/~killerqb
>
>> I'm fairly sure that DJGPP is installed correctly (at least Rhide works).
>
>> So what is the problem and how can I fix it??
>> 
>> Ben
>> 

You shouldn't have had to move make anywhere.  In your autoexec.bat
file, there should be a line like this

PATH=C:\DJGPP;C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;

That tells the OS to look in all of those directories for programs
that you start at the command prompt.  Like if make is in
C:\djgpp\bin, where it's supposed to be, you can be in
C:\djgpp\ALLEGRO\demo and run make with no problem.  Also, when you
run make, it looks in the current directory for a file called
makefile.  If it dosen't find one, it asks you for one.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019