Message-ID: From: "Andris Pavenis" To: Andris Pavenis , Eli Zaretskii Date: Tue, 28 Jul 1998 10:58:12 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: mak3769b.zip cannot works on the makefile of Allegro. CC: djgpp-workers AT delorie DOT com References: In-reply-to: Precedence: bulk Date sent: Tue, 28 Jul 1998 10:46:58 +0300 (IDT) From: Eli Zaretskii Subject: Re: mak3769b.zip cannot works on the makefile of Allegro. > > On Mon, 27 Jul 1998, Andris Pavenis wrote: > > > > Make doesn't use batch files, it uses configh.dos and Makefile.dos which > > > come with the distribution. The configure script won't run unaltered, as > > > we all know, and if you ever tried to convince a GNU maintainer into > > > making changes that are required to make the script run on DOS/Windows, > > > you probably know how tricky is that. > > > > Something didn't run for me immediatelly when I tried to use > > Makefile.dos etc. > > I'd appreciate if you could tell me what exactly didn't work. Make > 3.77 will be probably released in a matter of days, an I'd like to > correct any known problems. Perhaps I tried dosbuild.bat. It was UNIX style text file and COMMAND.COM does not like that. After 'utod dosbuild.bat' all went Ok. > To configure and build for DJGPP, you need to issue these commands: > > configure > make > Now I tested: It works.