From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOREm-00088k-7B for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOREg-0008VC-31 for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:29:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOREf-0008US-SW for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:29:14 -0400 Message-ID: <5322F612.6070708@redhat.com> Date: Fri, 14 Mar 2014 13:29:06 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Peter Maydell , cmahnke@gmail.com, QEMU Developers Il 13/03/2014 19:48, Peter Maydell ha scritto: > Yep, here we are: > LIBSSH2_LIBS=-L/opt/local/lib -lssh2 -Wl,-headerpad_max_install_names > -arch x86_64 > CURL_LIBS=-L/opt/local/lib -lcurl > > rules.mak is incorrectly reordering the contents of > these and generating a non-working mess. Fam, is the $(sort) actually necessary in extract-libs? It is required in expand-objs, but duplicate -l options should be harmless. Paolo