From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1731 invoked by alias); 21 Jan 2011 15:13:13 -0000 Received: (qmail 1721 invoked by uid 22791); 21 Jan 2011 15:13:12 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Jan 2011 15:12:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8ED4F2BACD2; Fri, 21 Jan 2011 10:12:56 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4IibZ1pvShXy; Fri, 21 Jan 2011 10:12:56 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7DA1B2BACD1; Fri, 21 Jan 2011 10:12:56 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3D07B1459AD; Fri, 21 Jan 2011 10:12:56 -0500 (EST) Date: Fri, 21 Jan 2011 16:10:00 -0000 From: Joel Brobecker To: MCNew Cc: gdb-patches@sourceware.org Subject: Re: Build GDB exe Message-ID: <20110121151256.GB2440@adacore.com> References: <30728264.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30728264.post@talk.nabble.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00441.txt.bz2 > checking for pthread.h... no > configure: creating ./config.status > ./configure: ./config.status: Permission denied > configure: error: write failure creating ./config.status > configure: error: ./configure failed for testsuite The configure script creates a config.status script which it then executes to create the Makefiles, etc. But apparently you get a permission denied when trying to create the config.status script. So you'll have to figure out why that is. Perhaps an old config.status script with the wrong permissions lying around... -- Joel