From: Gecko23 Newsgroups: comp.os.msdos.djgpp Subject: Re: compiling mesa in dj Date: Tue, 06 Jun 2000 20:19:30 GMT Organization: Deja.com - Before you buy. Lines: 36 Message-ID: <8hjmbu$iec$1@nnrp1.deja.com> References: NNTP-Posting-Host: 209.138.12.156 X-Article-Creation-Date: Tue Jun 06 20:19:30 2000 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) X-Http-Proxy: 1.0 x64.deja.com:80 (Squid/1.1.22) for client 209.138.12.156 X-MyDeja-Info: XMYDJUIDgk_2345 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , "Paul Cechner" wrote: > how do you compile mesa for djgpp in a windows dos box ??? > > ive tried a lot of stuff, and was wondering wether anyone else here had done > it... There are basically two methods I've used that work. One, grab Bernhard Tschirren's Allegro driver for Mesa 3.0, or I've patched it up to work with 3.2. It compiles cleanly, and has a partial GLUT port, but is not 100% complete. The other is to use the configure script provided, (you'll need bash, sh-utils, file-utils (compiled with DJGPP 2.03), sed, gcc-2.95.2, bnu- 2.95.1 and djdev-2.03) which will compile the library with the default OS (Off-screen renderer) which can then be used with Allegro, or any graphics lib you are familiar with. One big drawback with regard to the example programs is that there is simply no GLUT available for this driver. But of course that's only important if you need GLUT. Both options will create software only renderers, and will be much slower than hardware accelerated libraries of course. Berhard's 3.0 driver: http://www.geocities.com/SiliconValley/7259/ My fixup for 3.2: http://www.geocities.com/gk_2345/main-index.html Good luck. -- Sent via Deja.com http://www.deja.com/ Before you buy.