From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTepu-0005in-52 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:38:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTepp-0005ib-Kw for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:38:33 -0400 Received: from [199.232.76.173] (port=47200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTepp-0005iU-IL for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:38:29 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:48739) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTepp-0001VF-6g for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:38:29 -0400 Received: by ewy17 with SMTP id 17so339506ewy.34 for ; Wed, 22 Jul 2009 09:38:28 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A674082.8070405@gnu.org> Date: Wed, 22 Jul 2009 18:38:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4A670CA3.6030800@codemonkey.ws> In-Reply-To: <4A670CA3.6030800@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/37] Generate a proper LIBS variable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, quintela@redhat.com > 2) Figure out how to set the search dirs in the ld script to what ld > normally defaults to ld --verbose -v | grep SEARCH_DIR Paolo