Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <20020826131916.94159.qmail@web21010.mail.yahoo.com> Date: Mon, 26 Aug 2002 06:19:16 -0700 (PDT) From: Nicholas Wourms Subject: Re: Available for test: gcc-3.2-1, gcc-mingw-3.2-20020817-1, gcc2-2.95.3-10 To: Dylan Cuthbert , cygwin AT cygwin DOT com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Dylan Cuthbert wrote: > > > "Christopher Faylor" wrote in message > news:20020825054545 DOT GA1816 AT redhat DOT com... > > > > There is also a gcc2 update, also available only for testing. > This > > version has fastcall support from Danny's mingw release and > includes > > some tweaks that should allow me to eventually reintroduce the > alignment > > changes in binutils which allow java to work better. > > > > Not just java, we're waiting on these binutils so we can use the > SSE > extensions for gcc that need to have 128-bit stack alignment > working > properly. At least we hope that's the only problem :-( > > Any chance of a pre-release version to test? We don't use gcc-2 > anyway. > Dylan, I'm sure Chris will release them when he thinks it is appropriate. However, you need not wait, for the sources are only a few dozen keystrokes away... 1)cvs -d:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src login >>>password: anoncvs 2)cvs -z9 -d:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src co binutils 3)mkdir build 4)cd build 5)../src/configure --prefix=../install 6)make; make install 7)cd ../install; tar -jcvf /binutils-20020826-1.tar.bz2 * 8)copy the tarball to {temp dir}/binutils and point setup.exe there to install... Eight easy steps to get a binutils prerelease. Easy as Dell, easy as apple pie =). Cheers, Nicholas __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/