From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28855 invoked by alias); 9 May 2003 22:14:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28763 invoked from network); 9 May 2003 22:14:33 -0000 Received: from unknown (HELO monkey.daikokuya.co.uk) (213.152.55.49) by sources.redhat.com with SMTP; 9 May 2003 22:14:33 -0000 Received: from neil by monkey.daikokuya.co.uk with local (Exim 3.36 #1 (Debian)) id 19EG6q-0008CR-00; Fri, 09 May 2003 23:12:56 +0100 Date: Fri, 09 May 2003 22:14:00 -0000 From: Neil Booth To: DJ Delorie Cc: dhazeghi@yahoo.com, gcc@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: srcdir == objdir build issues [SC take note] Message-ID: <20030509221256.GE22025@daikokuya.co.uk> References: <20EC888E-81F7-11D7-9B47-000393681B36@yahoo.com> <200305091755.h49Htqc21246@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305091755.h49Htqc21246@greed.delorie.com> User-Agent: Mutt/1.5.4i X-SW-Source: 2003-05/txt/msg00166.txt.bz2 DJ Delorie wrote:- > SC - here are the options... > > [ ] /some/dir/src/configure (not matching any of the below) > > [ ] ../src/configure > > [ ] ../configure > > [ ] ./configure FWIW I've been doing ../configure since I started. It only failed once. I know that at least 3 other regular contributors use it too. So I don't think that has any problems with general support. Neil.