Message-ID: From: "Andris Pavenis" To: VAMPYR , Eli Zaretskii Date: Mon, 27 Jul 1998 15:53:43 +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 Mailing List References: <35BA8918 DOT C5F683A0 AT ms1 DOT accmail DOT com DOT tw> In-reply-to: Precedence: bulk Date sent: Mon, 27 Jul 1998 13:26:40 +0300 (IDT) From: Eli Zaretskii Subject: Re: mak3769b.zip cannot works on the makefile of Allegro. > > On Sun, 26 Jul 1998, VAMPYR wrote: > > > When I use mak3769b.zip(alpha version) to compile Allegro 3.0, > > it cannot compile successly, then I use mak375b.zip, it works again! > > Thanks for the report, you came to the right place. Please post the > necessary details about exactly how did it fail to compile. Make 3.77 > is in the last stages of pretest, and it is very important to find and > correct any existing bugs. > Looks that following rule is not found using 2 alpha versions of make (3.76.90 and 3.76.94) */%.exe: $(OBJ)/%.o $(LIB) gcc $(LFLAGS) -o $@ $< $(LIB) One example where this is needed is demo: demo/demo.exe The same is for building examples. The same is with latest alpha make-3.76.94 (I used configure scripts under bash to build it, as I think BAT files for this purpose s**ks)