On Mon, Dec 01, 2008 at 01:23:36AM -0200, Ernesto Domato wrote: > Hello, I would like to know if there's some way to compile Agar with > mingw32 on a Linux host (I'm using Debian).
You can probably cross-compile like you would with any other target. Try setting $CC to your mingw32 gcc. Use the --disable-network configure option. configure looks for "sdl-config" and "freetype-config" so make sure that these refer to the mingw32 versions. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
