From: "Paul Lambert" Newsgroups: comp.os.msdos.djgpp Subject: make problems Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Wed, 25 Oct 2000 04:29:30 GMT NNTP-Posting-Host: 24.65.204.10 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.ab.home.com 972448170 24.65.204.10 (Tue, 24 Oct 2000 21:29:30 PDT) NNTP-Posting-Date: Tue, 24 Oct 2000 21:29:30 PDT Organization: Excite AT Home - The Leader in Broadband To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 I'm a newbie with C and DJPP, and can't figure out how to get my makefile to work. Thanks a lot