From: mpleeuw AT xs4all DOT nl (Marco de Leeuw) Newsgroups: comp.os.msdos.djgpp Subject: Allegro and gcc 2.81 Date: Wed, 10 Jun 1998 22:11:34 GMT Organization: XS4ALL, networking for the masses Lines: 19 Message-ID: <357efdde.30619676@news.xs4all.nl> NNTP-Posting-Host: dc2-modem1330.dial.xs4all.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi all, I have been trying to compile Allegro with gcc 2.81. Make fails however. Since I was 99% sure I had installed djgpp correctly, I looked in the allegro makefile. I found that the check for the correct installation of gcc failed because the directory structure of gcc 2.81 differs from that of it's predecessors. (cc1.exe moved) After I corrected this check, make still failed to complete, this time producing an error message ( I think it was error 1). I don't have any experience in dealing with makefiles, so I stopped fiddling at this point. Since I'm probably not the first to encounter this problem, I was wondering where I could find a working allegro makefile for gcc 2.81. Thanks, Marco de Leeuw