From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYRum-0000pB-7f for qemu-devel@nongnu.org; Fri, 13 Oct 2006 14:37:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYRuf-0000eh-V5 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 14:37:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYRuf-0000eG-LZ for qemu-devel@nongnu.org; Fri, 13 Oct 2006 14:37:41 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYS3A-0006if-Q3 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 14:46:28 -0400 Received: from mail.cps.cmich.edu (cps1.cps.cmich.edu [141.209.168.41]) by ob1.cmich.edu (8.12.10/8.12.10) with ESMTP id k9DI3Eq6014001 for ; Fri, 13 Oct 2006 14:03:14 -0400 Received: from pali.cps.cmich.edu (pali.cps.cmich.edu [141.209.169.81]) by mail.cps.cmich.edu (Postfix) with ESMTP id 4C2BE47516 for ; Fri, 13 Oct 2006 14:38:21 -0400 (EDT) Date: Fri, 13 Oct 2006 14:18:37 -0400 (EDT) From: Ishwar Rattan Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: [Qemu-devel] configure flag for compilation question.. 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 Trying to compile qemu on amd64 based Solaris. I do not have write permission to /usr/local subtree ./configure --libdir=other-path --prefix=not-ustlocal is fine but make always generates binaries that want to find /usr/local/lib/libSDL-1.2.so.0 etc. (checked with ldd). What is the way out for this sticky point? -ishwar