Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Newbie: Can't make allegro with mingw32. Help! Date: Mon, 7 Feb 2000 15:24:56 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Wooly writes: > I know this may be a bit off topic, this being a djgpp newsgroup > and all, but there seems to be a lot of allegro activity in here > too. :) Non-djgpp questions really don't belong in the djgpp newsgroup. It would be better to ask on the Allegro mailing list: you can find subscription information in the Allegro readme file. > I heard that allegro works with mingw32 The latest WIP version allows you to build Allegro programs using Mingw32, although you still need MSVC to compile Allegro itself (or you can download a DLL that has already been built by someone else). > I downloaded it and am trying to 'make' it. > But it says that I havn't set the djgpp environment variable, and > so it won't work. You probably didn't run the fixup batch file to select Mingw32 compilation: see readme.mgw for installation instructions. Shawn Hargreaves.