Date: Tue, 22 Jun 1999 12:46:02 -0500 (EST) From: Jeffrey R Bradberry To: djgpp AT delorie DOT com Subject: Re: Persistent problem with environment variable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Ok, round two. Here are the error messages when I run make on allegro. I tried compiling a program whose only lines were an ifndef DJGPP and an error message, which did the same thing. Once again, yes DJGPP is listed properly under 'set'. C:\djgpp\allegro>make Compiling Allegro. Please wait... gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-frame-p ointer -o obj/djgpp/allegro.o -c src/allegro.c In file included from src/internal.h:23, from src/allegro.c:33: allegro.h:28: #error Allegro can only be used with djgpp In file included from src/internal.h:28, from src/allegro.c:33: src/linux/internli.h:24: #error This file should only be used by the linux versi on of Allegro make.exe: *** [obj/djgpp/allegro.o] Error 1