From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26404 invoked by alias); 29 Jul 2003 21:16:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26383 invoked from network); 29 Jul 2003 21:16:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 29 Jul 2003 21:16:15 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6TLGEZ07656 for ; Tue, 29 Jul 2003 17:16:14 -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 h6TLGD617168; Tue, 29 Jul 2003 17:16:13 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h6TLGCK28149; Tue, 29 Jul 2003 14:16:12 -0700 Message-ID: <3F26E41C.9010501@redhat.com> Date: Tue, 29 Jul 2003 21:16:00 -0000 From: Michael Snyder User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite cleanups (part 2) References: <16166.52191.925152.253688@localhost.redhat.com> In-Reply-To: <16166.52191.925152.253688@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00524.txt.bz2 Elena Zannoni wrote: >Here, I am observing a peculiar situation. If you run the testsuite in >a directory that is not the build directory, i.e. the gdb.blah object >dirs are recreated outside of the build tree, you will see that all >the tests which use pthreads.c will not compile. This is because >pthreads.c includes "config.h" which gets created in the build >gdb/testsuite directory at configure time. Config.h was used to >determine if there is posix thread support or not, but now we use the >method of trying to compile with various -lblah so we don't really >need this anymore. > >It took me a while to notice this failure because I have the bad habit >of looking just at the unexpected failures, glossing over the >unsupported results. > >OK? > >elena > >[PS. I assume I used the correct autoconf, but I am nost sure: I used the >autoconf-000227 snapshot]. > In view of the large diffs in configure, I suspect this is indeed the wrong version of autoconf. The rest of the change is approved. If you don't easily solve the autoconf issue, you might consider leaving configure alone -- it's just an extra test...