Date: Wed, 25 Oct 2000 09:58:41 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Lambert cc: djgpp AT delorie DOT com Subject: Re: make problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 25 Oct 2000, Paul Lambert wrote: > Hi, i've been having some major problems using make. I am trying to compile > a MUD which has many .c is the source directory, which compiles to 1 .exe. > I've put the bin/ directory in my PATH, and when i go into my mud source > directory and type make all i get is: > gcc -c -Wall -O -g -Dunix -DOLD_RAND -DNOCRYPT -act_comm.c > Fatal: Error in DJPP instalation <---(instalation is spelt that way) > Environment variable DJPP is not defined > make.exe *** [act_comm.o] Error 16 This is not a Make problem: you simply have a broken DJGPP installation. Section 6.6 of the DJGPP FAQ list explains how to solve these problems.