From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 10 15:26:26 2007 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB34916A41F for ; Sun, 10 Jun 2007 15:26:26 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (mail.bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id A707213C447 for ; Sun, 10 Jun 2007 15:26:26 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 846665B3B; Sun, 10 Jun 2007 07:57:17 -0700 (PDT) To: Scott Robbins In-reply-to: Your message of "Sun, 10 Jun 2007 08:43:32 EDT." <20070610124332.GA92802@mail.scottro.net> Date: Sun, 10 Jun 2007 07:57:17 -0700 From: Bakul Shah Message-Id: <20070610145717.846665B3B@mail.bitblocks.com> Cc: emulation@FreeBSD.org, nox@FreeBSD.org Subject: Re: Qemu and gcc 4.2 revisited X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 15:26:26 -0000 > If I leave the rest of the Makefile alone, including the USE_GCC= 3.4, > it will simply pull in and install gcc-3.4. The failure I mention above > only happens if I comment out the USE_GCC line. Is this what most > people running CURRENT are doing, just reinstalling and letting it > install gcc-3.4? You must use gcc-3.x with qemu. Qemu relies on its knowledge of gcc-3.x for dyanmic translation of guest os code.