Mail Archives: djgpp/2000/10/25/07:09:06
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.
- Raw text -