From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXSTa-0001OU-5b for qemu-devel@nongnu.org; Sat, 19 Oct 2013 05:05:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXSTU-0000A1-FC for qemu-devel@nongnu.org; Sat, 19 Oct 2013 05:05:38 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:54275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXSTU-00007M-8H for qemu-devel@nongnu.org; Sat, 19 Oct 2013 05:05:32 -0400 Received: by mail-lb0-f173.google.com with SMTP id w7so53897lbi.4 for ; Sat, 19 Oct 2013 02:05:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20131018233628.GA12370@milliways> References: <20131018224811.GA11252@milliways> <20131018233628.GA12370@milliways> From: Peter Maydell Date: Sat, 19 Oct 2013 10:05:10 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Build failure with make-4.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ken Moffat Cc: QEMU Developers On 19 October 2013 00:36, Ken Moffat wrote: > Seems I can just > $export ARFLAGS="rv" > before I configure, and it will build and install. Unless there is > some reason NOT to do that, please consider this closed. Well, the reason would be that nobody in practice will do that. Make should be setting ARFLAGS correctly (as per its documentation) unless you've somehow managed to set ARFLAGS to something incorrect in your environment. If you "unset ARFLAGS" does it work? -- PMM