From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsG8p-00081V-1g for qemu-devel@nongnu.org; Sat, 03 May 2008 07:42:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsG8m-0007xH-Fj for qemu-devel@nongnu.org; Sat, 03 May 2008 07:42:57 -0400 Received: from [199.232.76.173] (port=53653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsG8m-0007x4-CQ for qemu-devel@nongnu.org; Sat, 03 May 2008 07:42:56 -0400 Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsG8m-0003nS-2p for qemu-devel@nongnu.org; Sat, 03 May 2008 07:42:56 -0400 Received: by wa-out-1112.google.com with SMTP id j5so1295961wah.18 for ; Sat, 03 May 2008 04:42:54 -0700 (PDT) Message-ID: Date: Sat, 3 May 2008 07:42:54 -0400 From: "Ben Taylor" Subject: Re: [Qemu-devel] [PATCH] configure: silence test for brlapi In-Reply-To: <20080503093441.GA8032@implementation> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20080503083951.GA32346@tapir> <20080503093441.GA8032@implementation> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sat, May 3, 2008 at 5:34 AM, Samuel Thibault wrote: > Carlo Marcelo Arenas Belon, le Sat 03 May 2008 03:39:51 -0500, a =E9crit = : > > > The following patch, sends the output for the test of brlapi to /dev/nu= ll > > instead of the currently defined log file as it is left unused otherwi= se > > in /tmp of the build server. > > Oh right, I had just copied the SDL code, which must not fail, thus the > log file. On Solaris, I found that the configure code tested the 32-bit bit version while on 64-bit, and then it failed linking qemu-img, because Sun didn't deliver a 64-bit version of libbrlapi. Adding ${ARCH_CFLAGS} to the test caused it to do the right thing. Ben