From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7JgT-0004uN-U8 for qemu-devel@nongnu.org; Tue, 14 Sep 2004 16:13:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7JgS-0004tq-2f for qemu-devel@nongnu.org; Tue, 14 Sep 2004 16:13:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7JgR-0004tZ-Sb for qemu-devel@nongnu.org; Tue, 14 Sep 2004 16:13:47 -0400 Received: from [62.241.160.193] (helo=pengo.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7JZW-0003fM-G3 for qemu-devel@nongnu.org; Tue, 14 Sep 2004 16:06:38 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Problem with make install on OS X Date: Tue, 14 Sep 2004 21:06:34 +0100 References: <7A3CBF1A-065D-11D9-953A-000A958828AA@hubrisys.com> <57809762-0686-11D9-94F6-000A9585A104@cordney.com> In-Reply-To: <57809762-0686-11D9-94F6-000A9585A104@cordney.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200409142106.34894.paul@codesourcery.com> 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 On Tuesday 14 September 2004 20:43, Ren=E9 Korthaus wrote: > Am 14.09.2004 um 16:50 schrieb Bernard Sauterel: > > Does it work if you don't modify "./configure" ? > > OK, now i tried. It works fine. That bothers me. I want to install qemu > somewhere else!!! Grrrrr.... How can i do this??? Can someone please > give an answer???=20 Have you tried =2E/configure --prefix=3D/somewhere/else Works for me on i686-linux. You might need to specify an absolute path. Paul