Message-ID: <39563739.C605C61@softhome.net> Date: Sun, 25 Jun 2000 18:45:45 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: "Mark E." CC: DJGPP Workers Subject: Re: ANNOUNCE: Binutils 2.10 released References: <200006241729 DOT NAA32173 AT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com "Mark E." wrote: > > The DJGPP port of Binutils 2.10 is now available from SimTel mirrors: Great! A few comments about sources: 1) Provided DSM has no dependencies. 2) djinstall.sh at one point does ranlib c:/djgpp/lib/libbfd.a Isn't it better to use ranlib which was just built instead of system one or move ranlib'ing to the build stage? It has caused error for me, because I've removed my old binutils before installing new one. 3) GAS documentation build fails with: makeinfo -I /djgpp/gnu/binutl-2.10/gas/doc /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:3062: Next reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:4340: `Section' has no Up field. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:5152: Prev reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:2597: Cross reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:2595: Cross reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:1594: Cross reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:987: Cross reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:178: Menu reference to nonexistent node `Machine Dependencies'. /djgpp/gnu/binutl-2.10/gas/doc/as.texinfo:4340: warning: unreferenced node `Section'. makeinfo: Removing output file `c:/djgpp/gnu/binutl-2.10/djbuild/gas/doc/as.info' due to errors; use --force to preserve. Thanks for work, Laurynas