Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Type: text/plain;
  charset="windows-1251"
From: Tim Prince <tprince@computer.org>
Reply-To: tprince@computer.org
To: Benjamin Scherrey <scherrey@innoverse.com>, cygwin@cygwin.com,
   gcc@gcc.gnu.org, "Mack Lobell" <macklobell@hotmail.com>
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: <B87143B71ULIDONYSB6NIWQQLUQB70.3c589bdd@bonzo>
In-Reply-To: <B87143B71ULIDONYSB6NIWQQLUQB70.3c589bdd@bonzo>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: <E16WMlO-0003n9-00@smtp10.atl.mindspring.net>

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/

