From: "Michael Duxbury" Newsgroups: comp.os.msdos.djgpp Subject: allegro setup Date: Fri, 23 Mar 2001 14:14:01 -0000 Organization: BT Internet Lines: 35 Message-ID: <99flk2$jbp$1@uranium.btinternet.com> NNTP-Posting-Host: host213-1-198-125.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 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? I am running windows 98. Djgpp gcc compiler is up and running fine for basic c programs. Anyone help please? thanks.