From: (Andrew Rutz) Newsgroups: comp.os.msdos.djgpp Subject: Getting Mesa 2.6 to work with djgpp Date: Mon, 26 Oct 1998 05:26:02 GMT Organization: Cybersurf Lines: 20 Message-ID: <363403db.7616000@news.cybersurf.net> NNTP-Posting-Host: 209.197.141.229 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.0/32.390 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I read some messages about using Mesa to get OpenGL support for DJGPP. I d/l'd the source, read the README.DOS and like it said, I ran "make -f makefile.dj". Make chewed for a while and eventually died. Make got through the files in /src and in /src-glu. Then it tried going into the non-existant /src-tk directory and died. Even if /src-tk existed, make would have wanted to go into another non-existant dir (/src-aux) after it got done in /src-tk. Is it supposed to do that? After finishing what it could, all I ended up with was a new /lib dir with "dosglub.a" and "dosmesa.a" in it. Now what? Do I have enough to get Mesa going under djgpp? Why are there non-existant dirs specified in the make file? Should this process be automatically moving the compiled libs to where djgpp can find them? Andrew