From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8067 invoked by alias); 11 Oct 2002 16:11:20 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8054 invoked from network); 11 Oct 2002 16:11:19 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 11 Oct 2002 16:11:19 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9BGAms18426; Fri, 11 Oct 2002 12:10:48 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9BGBIl20352; Fri, 11 Oct 2002 12:11:18 -0400 Received: from tonopah.toronto.redhat.com (tonopah.toronto.redhat.com [172.16.14.91]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9BGBGN20813; Fri, 11 Oct 2002 09:11:17 -0700 Received: (from wilson@localhost) by tonopah.toronto.redhat.com (8.11.6/8.11.6) id g9BGBGj18520; Fri, 11 Oct 2002 12:11:16 -0400 X-Authentication-Warning: tonopah.toronto.redhat.com: wilson set sender to wilson@redhat.com using -f To: "Deepak B. Nayak" Cc: gcc@gcc.gnu.org Subject: Re: running gcc testcases References: From: Jim Wilson Date: Fri, 11 Oct 2002 10:02:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00600.txt.bz2 There isn't enough info here to understand what your problem is. Exact commands and exact output from those commands would help. For instance, it isn't clear what directory you typed make in. It isn't clear which testcases you are trying to run. It isn't clear what command you used to run those testcases. It isn't clear what errors you are getting from those commands. Etc. No testcases are run when you type make. Testcase are run only if you type make check, and then will be run everytime you type make check. The dejagnu package is required to run the testsuite. I am guessing that you somehow confused a library build with a testsuite run. The library files won't be rebuilt when the compiler changes. You can force library files to be rebuilt by deleting them. Jim