From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6bxe-0006pZ-D9 for qemu-devel@nongnu.org; Wed, 29 Aug 2012 02:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6bxa-0000jF-IG for qemu-devel@nongnu.org; Wed, 29 Aug 2012 02:41:10 -0400 Received: from [74.117.189.114] (port=48556 helo=mail.alpinelinux.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6bxa-0000jB-DM for qemu-devel@nongnu.org; Wed, 29 Aug 2012 02:41:06 -0400 Date: Wed, 29 Aug 2012 08:41:01 +0200 From: Natanael Copa Message-ID: <20120829084101.74a39a1e@ncopa-desktop.nor.wtbts.net> In-Reply-To: References: <1345634595-9960-1-git-send-email-ncopa@alpinelinux.org> <20120828093355.15c90b01@ncopa-desktop.nor.wtbts.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] configure: properly check if -lrt and -lm is needed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Tue, 28 Aug 2012 17:16:18 +0000 Blue Swirl wrote: > On Tue, Aug 28, 2012 at 7:33 AM, Natanael Copa > wrote: > > On Tue, 21 Aug 2012 18:12:05 +0000 > > Blue Swirl wrote: > >> > >> Now I get this on mingw32: > >> config-host.mak is out-of-date, running configure > >> > >> Error: librt check failed > > > > Any news on the v4 patch, which should fix this? > > No change: > config-host.mak is out-of-date, running configure > > Error: librt check failed I have run out of guesses. Could I please have the last lines from your config.log? Thanks! -nc