X-Spam-Check-By: sourceware.org Message-ID: <449BE972.B1D2CA47@dessent.net> Date: Fri, 23 Jun 2006 06:15:30 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: g++ 4.1? References: <44987580 DOT 32006EA AT dessent DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Buster wrote: > I would love to know how. I've tried a few times, but -4.1.0 has > trouble with configuration on Cygwin (something about inconsistent use > of the '.exe' extension if I recall) and fails on 'make install', > whereas with -4.1.1 I only get as far as the strange [[Assembler > messages]] quoted at the bottom of this here message. GNU has no > reports of successful builds of gcc4 on Cygwin. I suppose it's GNU I > should be asking about it. Can I get a WJFFM? WJFFM. I have never experienced either of the issues you mentioned. The "successful reports" thing is completely bogus. Just look in the testresults archive, you'll see plenty of people build and test gcc 4 under Cygwin regularly. > [[Assembler messages]] follow; steps to reproduce: download gcc-core > and gcc-g++ from the gcc-4.1.1 release. Decompress. Build in a > separate directory using '.../configure --disable-nls > --enable-__cxa-atexit && make profiledbootstrap'. (Yes, I did forget > the --program-suffix.) --enable-__cxa-atexit is definitely incorrect. That's only for C libraries that support it, such as glibc. Cygwin is certainly not one. I also would not bother with profiledbootstrap, it would not surprise me at all to hear that it is broken on non-primary targets. Brian -- 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/