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 Subject: Re: What is the difference between Cygwin and GCC releases ? From: "Timothy C Prince" To: aarongray AT beeb DOT net CC: cygwin AT cygwin DOT com Date: Fri, 10 Jan 2003 16:36:45 +0000 X-Sender: tprince MIME-Version: 1.0 Message-ID: <1042216605.c6761ea0tprince@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h0AGbYl23806 -----Original Message----- From: "Aaron Gray" To: Date: Fri, 10 Jan 2003 16:01:32 -0000 Subject: What is the difference between Cygwin and GCC releases ? Hi, Is Cygwin just a build of GCC or does it have a standard set of patches applied, or are the patches merged with GCC at appropriate GCC version updates ? Some of the cygwin capabilities involve patches to gcc. If you don't use any cygwin-specific stuff, you can do without them. I basically want to be able to use GCC releases on Windows if possible, how do I go about this ? Standard gcc (C,C++,objc,g77) includes basic cygwin support, and builds OOTB as a native cygwin compiler: if building to install in a separate tree, copy the /usr/include tree, e.g. for the default /usr/local build, cp -r /usr/include /usr/local/ /configure --enable-threads=posix --disable-shared --enable-sjlj-exceptions Otherwise, the instructions at gcc.gnu.org are valid. Minor patches to target.exp are advisable if you run testsuite. Time required to build and run testsuite varies from 2 hrs on 2800 Mhz HT box on up (significantly more time than on linux; cross building is practical). For confirmation, and further information, check the archives of this mailing list. Tim Prince -- 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/