X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AC34897.1030004@gmail.com> Date: Wed, 30 Sep 2009 13:01:27 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Installing previous versions of binutils References: <529346 DOT 98907 DOT qm AT web24807 DOT mail DOT ird DOT yahoo DOT com> In-Reply-To: <529346.98907.qm@web24807.mail.ird.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Ian C wrote: > Sorry if this is a silly question (new to this), I know how to uninstall > the binutils 20080624-2 that comes with Cygwin 1.5.25-15. ...but can I use > the setup routine to install previous versions of binutils (such as version > 20060817-1), which should be compatible with the WxPython application. If I > uninstall the latest binutils, how do I get the Cygwin setup program to > recognize the 2006 version of binutils. On the setup.exe package chooser page, where you click on binutils to set the selection to "Uninstall", you can keep clicking and it will cycle through all available versions. Note that the definition of "available" is mode sensitive - if you're in "install from internet" or "download from internet" mode it'll show you any available versions on the mirror you're using, but if you're using "install from local directory" mode it'll only show you any versions that you've already downloaded, which might be why you didn't already notice this mechanism while you were uninstalling. However it seems the only versions left on the mirrors are 20080624 and 20080523, the 2006 versions have long since gone. If you really need the old versions, you can get them from the "Cygwin time-machine": http://www.fruitbat.org/Cygwin/index.html#cygwintimemachine But probably the best solution would be to download a recent snapshot tarball of binutils and build and install it yourself, since it's had a boatload of fixes put in earlier this year. Binutils is fortunately always really simple to build, it's one of the packages where you really can just "./configure ; make ; make install" and it will reliably "just work". cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple