From: pavenis AT lanet DOT lv To: "Tim Van Holder" , djgpp AT delorie DOT com Date: Thu, 7 Sep 2000 20:45:38 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Is there an interest in binutils snapshots? Message-ID: <39B7FE72.16785.6ECB17@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 7 Sep 2000, at 18:38, Tim Van Holder wrote: > > > For some time now, I've been keeping my binutils port up to date using > > > the daily diffs from Cygnus. Since the source tree is on my HD anyway, > > > > CVS is better tool than daily diffs for this purpose. > Correct, but this requires a netwoking-enabled version of CVS, which is > not yet available for DJGPP users (although it looks like libsockets will > soon support WinSock2 well enough to make this possible). Well, I'm using CVS under Linux only (CVS update is running at night time from cron task when I'm away). But there are Windows binaries of CVS which are working and have network support. > > I don't see any special reason why one cannot use CVS to update binutils > > sources or download daily snapshots from > > ftp://sources.redhat.com/pub/binutils/snapshots/ (or one of mirror sites). > > So I think there is NO NEED to duplicate this service somewhere else. > Kinda depends - the diffs can fail horribly if you use patched versions of > some files (libtool, autoconf, Cygnus configure). Also, getting a pre-DJGPP > configured source tree is more convenient than getting the latest snapshot > and configuring it (it may configure and build in 5 minutes on a fast Linux, > but on DOS/Win9x the configuration alone can take more than 10 minutes). Also, I'm rarely building binutils for DJGPP with native DJGPP compiler. I'm mostly doing it under Linux with cross-compiler. It's enough to write some simple script to avoid need to use long command lines each time. There would be no problems for me to start such script from cron task (when computer is running Linux at night, - mostly but not always) and to upload resulting binary archive (in form of DJGPP package) somewhere. Andris