From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgAUq-0001EC-Jc for qemu-devel@nongnu.org; Tue, 16 May 2006 21:06:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgAUp-0001Dr-EF for qemu-devel@nongnu.org; Tue, 16 May 2006 21:06:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgAUp-0001Do-Bn for qemu-devel@nongnu.org; Tue, 16 May 2006 21:06:39 -0400 Received: from [68.230.240.49] (helo=eastrmmtai10.cox.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgAXa-0006GN-1g for qemu-devel@nongnu.org; Tue, 16 May 2006 21:09:30 -0400 Message-ID: <20987482.1147827980269.JavaMail.root@eastrmwml01.mgt.cox.net> Date: Tue, 16 May 2006 21:06:20 -0400 From: Ben Taylor Subject: Re: [Qemu-devel] Re: PATCH: Solaris/Sparc patch against yesterdays' BGR CVS update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: sol10x86@cox.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: blp@cs.stanford.edu, qemu-devel@nongnu.org ---- Ben Pfaff wrote: > Ben Taylor writes: > > > Enclosed is the latest version of the qemu solaris/sparc patch, applied > > against yesterday's CVS (post BGR update). > > I'm happy to say that this patch makes qemu compile and work on > Solaris quite nicely for me. I did have to invoke configure with > "--extra-ldflags=-lsocket" (and fix configure to put $LDFLAGS in > the libSDL probing commands). Odd. It may have something to do with your localized copy of libSDL. The one from blastwave doesn't require -lsocket. I've been using a version of these patches for a year, and never ran into that problem. > I also had to override the > configure script's desire to use /usr/ucb/install instead of GNU > install. The configure script wants to use ginstall, assuming you've got it in your path. I did not use "install" because there are several variations of install on Solaris, and configure is coded to make sure you don't use them. It recommends /usr/ucb/install if you don't have GNU install (or it can't find it because it's looking for ginstall). I'll have to check the logic to make sure > The former won't let me install without being root, > because it wants to install everything as a "staff" account; the > latter will. That's a localized configuration requirement you have, and that configure should probably not try to take into account. > > Thanks for making this work! You're welcome. Ben