Date: Fri, 08 Jun 2001 18:37:24 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: goble AT gtech (David. E. Goble) Message-Id: <7443-Fri08Jun2001183724+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3b1f5724.30609467@news.adelaide.on.net> (goble@gtech) Subject: Re: help: I have mesaLib-3_4_2.zip now what? References: <3b1a0373 DOT 10143623 AT news DOT adelaide DOT on DOT net> <3b1f5724 DOT 30609467 AT news DOT adelaide DOT on DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: goble AT gtech (David. E. Goble) > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 08 Jun 2001 11:49:21 GMT > > > >How what I tried running measdos.bat, but it said "bad comman or file > >name" > > > >What do I need to do to get mesa working? > > > OK, looks like this is the line that is giving the error; > > set wcl386=/DDOSVGA /I\mesa\include /5r /fp5 /wx /x /d1 /otexan /mf /k80000 > wcl386 %1 %2 %3 %4 %5 %6 %7 @mesados This is for the Watcom compiler, not for DJGPP, so it's no surprise it fails. You need to look in the installation instructions and the various installation scripts for a way to build Mesa with DJGPP. Sorry, I never built Mesa myself, so I cannot give you any specific directions.