From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYSNn-0000RD-94 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:07:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYSNk-0000LR-As for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:07:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYSNk-0000Kx-2l for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:07:44 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYSWF-0006up-Aq for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:16:31 -0400 Date: Fri, 13 Oct 2006 14:48:37 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] configure flag for compilation question.. In-Reply-To: <452FE06B.8070200@gmx.com> Message-ID: References: <452FE06B.8070200@gmx.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Martin Bochnig Cc: qemu-devel@nongnu.org On Fri, 13 Oct 2006, Martin Bochnig wrote: > Ishwar Rattan wrote: > >> > Where is the problem 64bit versus 32bit ? > (32 bit version of libSDL-1.2.so.0 found while amd64 64bit version needed?) > (should go under /usr/local/lib/amd64/libSDL-1.2.so.0) Well, the problem is I do not root privileges so can't place libSL in /usr/local/lib or /usr/local/lib/amd64. I would like to keep it in $HOME/lib and want qemu to see the lib archive. I will try LD_LIBRARY_PATH option. Is to possible to have a staticly linked version of libSDL in the qemu binaries? -ishwar