From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYSpl-0004VX-B4 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:36:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYSpg-0004Od-DG for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:36:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYSpf-0004O2-Kk for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:36:35 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYSyB-0006jb-06 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 15:45:23 -0400 Date: Fri, 13 Oct 2006 15:17:28 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] configure flag for compilation question.. In-Reply-To: <452FE4E6.5060000@gmx.com> Message-ID: References: <452FE06B.8070200@gmx.com> <452FE4E6.5060000@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: > 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. > Well, the source compiled after LD_LIBRARY_PATH trick with correct libSDL dependency, ldd shows this too, but invocation of qemu: qemu -hda ./minix.img -m 128 -localtime -no-kqemu results in [1]+ Segmentation Fault ./qemu -hda ./minix.img -m 128 -localtime -no-kqemu and qemu-system-x86_64 ./minix.img -m 128 -localtime results in a QEMU[Stopped] window The HD image minix.img does boot correctly on a Linux machine. Also, I downloaded the SDL-1.2.11 source from opensolaris.org download page. I can't figure out how to apply the 64bit patch (patch rejects the diffs, a visual inspection shows that patch is already applied to the source?) -ishwar