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 From: "Dave Korn" To: Subject: RE: I just tried to build GCC 4.0.0-RC2 on Cygwin Date: Wed, 20 Apr 2005 16:52:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 20 Apr 2005 15:52:31.0221 (UTC) FILETIME=[F5F18250:01C545C0] ----Original Message---- >From: Mikael >Sent: 20 April 2005 16:24 > As the topic says, I just tried to build the second release candidate of > GCC > 4.0.0 on Cygwin. The process itself was simple, but it took some time to > perform the make bootstrap part, but that was expected. All steps of the > build process completed successfully. I proceeded to try it on some of my > home-brewn programs and the tiny amount of testing I did was a success. Of > course -mno-cygwin doesn't work (it says: g++: installation problem, > cannot exec 'cc1plus': No such file or directory). > Apart from determining the proper configure options that should be used > for Cygwin (I probably didn't use them) and making -mno-cygwin work, what > else is required to port it fully to Cygwin? > > / M Nothing really, although "making -mno-cygwin work" should be expanded to include "and applying all the other cyg-specific patches", but basically, that's all there is to it. Oh, and to find a good set of configure options, run "/bin/gcc -v", and your original cygwin gcc will spit out a list of the options it was configured with. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/