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 Delivered-To: mailing list cygwin AT cygwin DOT com Content-Type: text/plain; charset="windows-1251" From: Tim Prince Reply-To: tprince AT computer DOT org To: Benjamin Scherrey , cygwin AT cygwin DOT com, gcc AT gcc DOT gnu DOT org, "Mack Lobell" Subject: Re: How do i upgrade to gcc 3.X on cygwin? Date: Wed, 30 Jan 2002 19:31:08 -0800 X-Mailer: KMail [version 1.3.1] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: On Wednesday 30 January 2002 17:20, Benjamin Scherrey wrote: > I have been able to build 3.x under cygwin when I just specify the C and > C++ languages (see ./configure --help for info on how to do this). As I > recall, it failed in the Fortran build. I didn't bother trying to figure > out why as all I wanted was C & C++. > Any of the libraries for g++, g77, or objc may fail to build if you don't clean out their build directories, as well as doing a make clean, when starting over. The configure option --enable-languages='c++,f77,objc,gcov' in place of David's --disable-libgcj will get you all the pieces which work out of the box on cygwin. There are a few lines to fix in cygwin's target.exp if you want to run the test suite, which you can do with cygwin's dejagnu, except for the g++ libraries. The special dejagnu for the g++ libraries is not easily found. -- 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/