Date: Fri, 23 Mar 2001 17:44:48 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Michael Duxbury" Message-Id: <5567-Fri23Mar2001174447+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <99flk2$jbp$1@uranium.btinternet.com> (M DOT R DOT Duxbury AT btinternet DOT com) Subject: Re: allegro setup References: <99flk2$jbp$1 AT uranium DOT btinternet DOT com> 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 > From: "Michael Duxbury" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 23 Mar 2001 14:14:01 -0000 > > I am trying to follow the instructions for the allegro setup. I run make and > get this error: > > Missing djgpp package! You need to install txi390b.zip (or whatever the > latest version is). Download this from wherever you got djgpp, and unzip > it into the root of your djgpp directory. If you do not need the Info > documentation, run make all to ignore this error. > > I try make all Bad idea. > cause I am very impatient and then i get this error: > > Compiling Allegro. Please wait... > gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-fra > me-pointer -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 > version of Allegro > make.exe: *** [obj/djgpp/allegro.o] Error 1 > > Does this mean I have some commenting out to do in the make file? No, it means that you have a botched DJGPP installation. > Djgpp gcc compiler is up and running fine for basic c programs. Are you sure? Please post here everything that the compiler prints when invoked like this: gcc -v hello.c -o hello.exe where hello.c is some trivial C program. Also, post here the output of the command SET typed from the command line.