Date: Wed, 23 Jun 1999 11:42:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jeffrey R Bradberry cc: 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 On Tue, 22 Jun 1999, Jeffrey R Bradberry wrote: > Reading specs from c:/djgpp/rsxntdj/lib/specs ^^^^^^^^^^^^^^^^^ And here is the villain: you have installed RSXNTDJ, and you were trying to compile Allegro in the RSXNTDJ configuration. I'm guessing that the specs file supplied with RSXNTDJ doesn't define the DJGPP symbol, which is why your compilation of Allegro fails. You need to compile Allegro in the usual DJGPP configuration, using the specs file that came with DJGPP. Once again, this illustrates how posting the right information leads to a quick and efficient solution to your problems.