From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYSVS-00031D-RM for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:15:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYSVQ-0002tE-VO for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:15:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYSVQ-0002ss-C7 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:15:40 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GYSdv-0000th-Rl for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:24:28 -0400 Message-ID: <452FE4E6.5060000@gmx.com> Date: Fri, 13 Oct 2006 21:11:34 +0200 From: Martin Bochnig MIME-Version: 1.0 Subject: Re: [Qemu-devel] configure flag for compilation question.. References: <452FE06B.8070200@gmx.com> In-Reply-To: Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ishwar Rattan Cc: qemu-devel@nongnu.org Ishwar Rattan wrote: > > > 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? The short answer is NO, not on SunOS >= 5.10 . Especially not for 64bit. In particular not for 64bit_amd64. You will hardly be able to meet the required dependencies. I'm leaving over the weekend now, much luck with it. > > -ishwar > >