From: "Mark E." To: Laurynas Biveinis , djgpp-workers AT delorie DOT com Date: Sun, 25 Jun 2000 12:58:13 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Binutils 2.10 released Message-ID: <395601E5.12889.214D4B@localhost> In-reply-to: <39563739.C605C61@softhome.net> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 1) Provided DSM has no dependencies. I'll look into this. > > 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? djinstall.sh is just a wrapper that runs 'make install INSTALL=...' so this a question to ask the binutils maintainers. The INSTALL override is neccessary because the INSTALL line in the top-level Makefile is hardwired to a script that doesn't work with DJGPP. > > 3) GAS documentation build fails with: > So I can duplicate the problem, what command did you use? Mark