Date: Thu, 15 Jul 1999 15:31:07 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: ifchao cc: "djgpp AT delorie DOT com" Subject: Re: A problem of makefile In-Reply-To: <378DAD53.1428280A@faraday.com.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 15 Jul 1999, ifchao wrote: > After I Unzip the make377b.zip, I cannot find the file > "configure.bat" in the directory of > "c:\djgpp\gnu\make-3.77\". > Therefore, I cannot create the makefiles. configure.bat is only needed to *rebuild* Make from its sources. It is not needed to *use* make.exe that comes with mak377b.zip. Makefiles are simple text files, you create them with your favorite text editor. When you run make.exe which comes with mak377b.zip, it automatically looks for a file named "makefile" in the current directory, and then invokes the necessary programs as instructed by the makefile.