From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZQ8P-0004VE-6D for qemu-devel@nongnu.org; Fri, 16 Nov 2012 12:55:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZQ8M-0006Qu-44 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 12:55:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZQ8L-0006Qj-Sd for qemu-devel@nongnu.org; Fri, 16 Nov 2012 12:55:18 -0500 Message-ID: <50A67DFF.5040206@redhat.com> Date: Fri, 16 Nov 2012 18:55:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1351697456-16107-1-git-send-email-pbonzini@redhat.com> <1351697456-16107-6-git-send-email-pbonzini@redhat.com> <50A52E14.2070106@weilnetz.de> <50A55615.1040003@redhat.com> <50A56A1F.30907@weilnetz.de> <50A608C6.1080804@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 05/39] fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Stefan Weil , aliguori@us.ibm.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 16/11/2012 18:52, Peter Maydell ha scritto: > clang: error: linker command failed with exit code 1 (use -v to see invocation) > > (clang builds OK with current git master.) But I have no idea why, or whether the generated code is correct... Looks like the safest bet is to go with the good old static library. Paolo