delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
X-Apparently-From: | <earnie?boyd AT yahoo DOT com> |
Message-ID: | <3AE2DE3E.E1B29FAA@yahoo.com> |
Date: | Sun, 22 Apr 2001 09:35:58 -0400 |
From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
Reply-To: | Cygwin Users <cygwin AT cygwin DOT com> |
X-Mailer: | Mozilla 4.76 [en] (WinNT; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | Chris Telting <telting AT sprynet DOT com> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: Building GCC |
References: | <CIECIBEHKHKCIGOADKAOMEHLCIAA DOT telting AT sprynet DOT com> |
Chris Telting wrote: > > I'm trying to build gcc-2.95.2. > > I have gcc-2.95.2.tar.bz2 from gcc.gnu.org. > I have gcc-2.95.2-x86-win32-patches.tar.gz. > > Patches were applied. > > ./configure > make > GCC doesn't build in the source directory. You should always try to build in a build directory first. cd gcc-2.95.2 mkdir build cd build ../configure --prefix=/your/prefix ... make make check ;#(there will be something like 16 failures). make install Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |