Message-ID: <377E01BA.53F6B535@silesia.top.pl> Date: Sat, 03 Jul 1999 15:27:38 +0300 From: Michal X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: gas + pand References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > On Wed, 30 Jun 1999, Michal wrote: > > > I have spent about 15 minutes downloading bnu281s.zip, 10 minutes to > > find and correct the bug, and about 2h trying to compile gas for djgpp. > > Could someone please explain how to compile it or point me to some docs. > > The DJGPP Binutils distribution comes with a file called README.djg. > I did exactly what it tells to do, and Binutils built for me without > any problems. Simply read that file. If it were so simple... It just doesn't work, I have downloaded all the latest tools, but nothing helps. If i type config~1 (i don't think that this distribution is really ported to djgpp if it uses long file names, djgpp is dos based and should work on old fats) if end up with something like "use make to build binutils" and says, that everything is ok, but before if it says that no config.sub was found. Why isn't there a simple makefile for djgpp? If bash scripts were used to configure the whole think to specific environment it means that binutils are not completely portable, if that where a unix-like makefile would by enough for all gcc platforms. Is is all unnecessary complicated. In all docs it is always that simply: type a than b and that's it, but it never works...