From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 01:05:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C359A16A469 for ; Thu, 11 Oct 2007 01:05:52 +0000 (UTC) (envelope-from coriolinus@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5D713C494 for ; Thu, 11 Oct 2007 01:05:52 +0000 (UTC) (envelope-from coriolinus@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so387407fka for ; Wed, 10 Oct 2007 18:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tN2lXY8fUqmI81yMyEuI9uMHAPTpn9od/ABTAukNv4w=; b=f5CCq+GJegYk2ohvOm95h4P81mKWmQdzSfdu25/ZXjTUu3vZTYC/i3xSOOoR8SnqWGddqg84eqjh9jUmXxXf3GKBHmffdqZaVmWa5W01tJ9CXUTsG61TSN3ZIU3b4FEFN+DvF+e3hi9fk4fH9HiIZ/7Wtd0+BSqW6CF0RjZxuvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z6ikMfeQ0VJX+6xvKfajJ75EMky1KaRaY2fGz2nqRyJ84Yvyqx1z/XXOIqlfTU61xqzj9nDKvCNWeyaReC4URjXhgM+rcBBsISBWK1YPyPL/V9JY+5jFQ7sEfbT5P6ZLGsw5kB/df/HvaA/4hV+V686G1TIsWY5wWSt+CrN4Cpw= Received: by 10.82.114.3 with SMTP id m3mr2788473buc.1192064750557; Wed, 10 Oct 2007 18:05:50 -0700 (PDT) Received: by 10.82.179.5 with HTTP; Wed, 10 Oct 2007 18:05:50 -0700 (PDT) Message-ID: <56511d740710101805j2d60831asd497d51dfe56376b@mail.gmail.com> Date: Wed, 10 Oct 2007 20:05:50 -0500 From: coriolinus To: "Pietro Cerutti" In-Reply-To: <470D709D.30206@gahr.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <56511d740710101557u2bb9babet74eb60396e0aa4e5@mail.gmail.com> <470D709D.30206@gahr.ch> Cc: User Questions Subject: Re: kernel configuration failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 01:05:52 -0000 > Actually, that's not the problem. > The file which is not found is the compiler itself: > > gcc34:No such file or directory > > Maybe you've installed gcc 4.3 from ports, linked /usr/bin/cc to > /usr/local/bin/gcc43 and then upgrade gcc? That doesn't seem right: [coriolinus@labour /usr/src]$ which gcc34 /usr/local/bin/gcc34 [coriolinus@labour /usr/src]$ su Password: [root@labour /usr/src]# which gcc34 /usr/local/bin/gcc34 It's true that I installed gcc 3.4 from ports and put a line in /etc/make.conf: CC=gcc34 . However, it's on the path for both my user and for root; it seems weird that the makefile would lose track of it.