From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 10:01:03 2009 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 1349D1065670 for ; Thu, 2 Apr 2009 10:01:03 +0000 (UTC) (envelope-from SRS0=ZE8JIM4H=AA=asarian-host.net=admin@asarian-host.net) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.freebsd.org (Postfix) with ESMTP id A49F08FC19 for ; Thu, 2 Apr 2009 10:01:02 +0000 (UTC) (envelope-from SRS0=ZE8JIM4H=AA=asarian-host.net=admin@asarian-host.net) Received: from anonymizer.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.14.3/8.14.3) with ESMTP id n32A11WT025971 for ; Thu, 2 Apr 2009 12:01:01 +0200 (CEST) (envelope-from admin@asarian-host.net) DomainKey-Signature: q=dns; a=rsa-sha1; h=from:received-spf:message-id:date:subject:x-trace:organization:to:mime-version:content-type; q=dns; c=nofws; s=anon; d=asarian-host.net; b=WdbbY2TzWIM4ixuaEzuE1pOx5oEs/020Wk1H3FcIOPDV5q65TpmYIbqGHQEEDEFBdMNEyHHdm/1qmwoXdFAm9egiOI2ZOnCQXgjLUkJmXC8ax3YSi3TVPmFhKgQaCCGoWSzMAN0aG52qxMuq8JlgX3knIiwWGRiHeStgY3dY+n4= From: Mark Received-SPF: pass (asarian-host.net: 127.0.0.1 is authenticated by a trusted mechanism) receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1; envelope-from=; helo=clientrunner.asarian-host.net; Message-Id: <200904021001.n329aG0C025600@asarian-host.net> Date: Thu, 02 Apr 2009 10:01:00 GMT X-Trace: N8TkwRuXiYGHInU05blGTWaSnoX6hgytOyGIVdnV9MY= X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint X-Virus-Checked: Checked by ClamAV on asarian-host.net Organization: Asarian-host To: Mime-version: 1.0 Content-language: nl Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gcc 2.95 -> 4.4 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, 02 Apr 2009 10:01:03 -0000 Hello, I recently upgraded my old gcc 2.95 to gcc44. Question is, though, what make.conf, or other settings, do I need to apply to get the system to use the new gcc? Ports keep finding (and using) the old gcc 2.95. I also set things like this in the Makefile: $(GCC) = /usr/local/bin/gcc44 But that doesn't seem to help. Thanks