From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22632 invoked by alias); 18 Aug 2008 10:55:38 -0000 Received: (qmail 22624 invoked by uid 22791); 18 Aug 2008 10:55:37 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Aug 2008 10:55:03 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m7IAt1uG018034; Mon, 18 Aug 2008 06:55:01 -0400 Received: from zebedee.pink (vpn-12-60.rdu.redhat.com [10.11.12.60]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7IAsxPd015132; Mon, 18 Aug 2008 06:55:00 -0400 Message-ID: <48A95503.8070505@redhat.com> Date: Mon, 18 Aug 2008 17:46:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Brett Grant CC: gcc-help@gcc.gnu.org Subject: Re: Question about testsuite for 4.3.1 on mac for newbie References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00160.txt.bz2 Brett Grant wrote: > So this is the first time that I have compiled gcc - ever. Anyway, I > compiled on my Intel Mac for ada,c,c++,& fortran and all seemed well. > When I ran make -k check it ran for a while and then just stopped. Is > there a way to see what happened? I poked through the testsuite > directories and it appears that some of them have been populated, but I > have no idea on how to interpret the results, or even to know what files > to look for. > > The resulting compiler works just fine, so I don't know what is up. There are log files: look for *.log. Andrew.