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: "Dockeen" To: Subject: RE: compile gcc 3.1 under cygwin Date: Sun, 16 Jun 2002 18:51:12 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 One thing that gave me problems, and I should have known better is that it is not a good idea to do your configure, make bootstrap, make install steps from within the source directory you created when you unzipped and untarred the gcc source. I put my source in a directory called srcdir, which is within another directory called objdir. I run all of my commands from objdir, not srcdir. One question for comparison purposes David, my configure takes a couple of minutes, make bootstrap takes about an hour, and make install takes a couple of minutes. I am installing on a 1.1 GHz PIII, XP Pro, and I am building C,C++ and F77. What does your install typically run? Wayne Keen -- 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/