From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TliqM-0002pZ-0i for qemu-devel@nongnu.org; Thu, 20 Dec 2012 11:19:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TliqF-0001Z5-Ss for qemu-devel@nongnu.org; Thu, 20 Dec 2012 11:19:33 -0500 Received: from am1ehsobe005.messaging.microsoft.com ([213.199.154.208]:36419 helo=am1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TliqF-0001Yq-N9 for qemu-devel@nongnu.org; Thu, 20 Dec 2012 11:19:27 -0500 Date: Thu, 20 Dec 2012 10:19:05 -0600 From: Scott Wood References: <1355943474.12062.4@snotra> <50D2B739.3090502@redhat.com> In-Reply-To: <50D2B739.3090502@redhat.com> (from kraxel@redhat.com on Thu Dec 20 00:59:05 2012) Message-ID: <1356020345.21086.0@snotra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org On 12/20/2012 12:59:05 AM, Gerd Hoffmann wrote: > Hi, >=20 > >> Why do you need this? Any tools not picked up correctly if you =20 > don't > >> set the PATH? Which ones? > > > > If I don't set the PATH for configure then I get this: > > ERROR: "powerpc-linux-gnu-gcc" either does not exist or does not =20 > work >=20 > Any hints in config.log what exactly failed? The configure script does lots of compilation tests. It's not =20 surprising that it would fail when the toolchain is not in the PATH, =20 when --cross-prefix is changed to no longer specify the absolute =20 location. -Scott=