Date: Sun, 18 Jul 1999 11:23:53 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Keith McCormick cc: djgpp AT delorie DOT com Subject: Re: Cannot rebuild Binutils... In-Reply-To: <932076793.84305@ridge.spiritone.com> 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 15 Jul 1999, Keith McCormick wrote: > I do everything like it says to in the readme.djp file but make just reports > 'No targets.' There doesn't seem to be a makefile (no extention) made w/ > the configure.bat command. This is the problem. You need to understand why doesn't configure.bat create the Makefile's. It does for me. > At the end on the configure.bat sequence it > states 'cannot find config.sub.' Then says to build by typing make, but > nothing happens when I type make (other than the error message). Did you patch the configure script like readme.djg suggests (regarding the problems with the `ln' program)? If not, you need to do it before running configure.bat. Also, the line in configure.bat that invokes the Patch utility needs an additional switch -p0, or else Patch will fail. Did Patch work for you, or did it print some error messages? > When I envoke the configure.bat, do I use the --host= command or > the --enable-target= with the i386-pc-msdosdjgpp extension? No, you should NOT use any --host= or --enable-target= options, the scripts already pass the correct options to the configure script.