X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <2ca21dcc0901041122y2b388800r4c430ce35b39a153@mail.gmail.com> Date: Sun, 4 Jan 2009 19:22:16 +0000 From: "Dave Korn" To: cygwin AT cygwin DOT com Subject: Re: Want to compile GCC 4.3.2 / 4.4.0 under cygwin. In-Reply-To: <4950EE9E.5040703@byu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <494FA200 DOT 9080908 AT byu DOT net> <7hd1l4t248rshq8dmi7kciov5md7cb62l7 AT 4ax DOT com> <4950E227 DOT 6050501 AT byu DOT net> <4950ECBC DOT 7060307 AT sbcglobal DOT net> <4950EE9E DOT 5040703 AT byu DOT net> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Eric Blake wrote: > According to Tim Prince on 12/23/2008 6:50 AM: >> After installing automake, it is necessary to over-write autoconf with >> autoconf 2.59 which is easily built from source, as gcc build requires >> that specific version. > > The distro comes with a version of autoconf 2.59, and you can use the > alternatives package to make it your primary version. Also, the normal > autoconf installed by the distro is a wrapper script, which honors various > environment variables to forward to the desired autoconf version on a > per-package basis. You're thinking of automake, not autoconf. Automake ships every version from 1.4 to 1.10, and has an alternatives wrapper to let you select a default as well as a script to ensure the same version is picked to regenerate any Makefile.in as was previously used. Autoconf ships only one version each of 2.1 and 2.5 series, currently 2.13-5 and 2.63-1, and has a wrapper script, but it only helps hide the differences in version number within a series. You can specify WANT_AUTOCONF=2.5 and it will select whichever one of 2.59 to 2.63 you have installed, but you only have one of those installed. > So you don't have to build autoconf 2.59 from scratch > to build gcc. No, you really do need it, either by rolling back your install, maybe using the Cygwin Time Machine, or by building it from source. See also: http://cygwin.com/ml/cygwin-apps/2009-01/msg00000.html cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/