From owner-freebsd-questions Wed Sep 29 4:15: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 5D2AF151AE for ; Wed, 29 Sep 1999 04:14:20 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11WHgU-0000WA-00; Wed, 29 Sep 1999 13:14:06 +0200 From: Sheldon Hearn To: "=?iso-8859-1?q?Jean-Pierre=20H.=20Dumas?=" Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Using gcc2951 In-reply-to: Your message of "Wed, 29 Sep 1999 12:03:36 +0200." <19990929100336.2321.rocketmail@web1006.mail.yahoo.com> Date: Wed, 29 Sep 1999 13:14:06 +0200 Message-ID: <1993.938603646@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Sep 1999 12:03:36 +0200, "=?iso-8859-1?q?Jean-Pierre=20H.=20Dumas?=" wrote: > Now it looks like I have to do something more in order > to use all the binaries from 2.95.1, the /usr/bin/gcc > is unchanged and it looks like it is still calling > 2.7.2. Yep. While you may have installed a new gcc, it's unlikely that it'll be in /usr/bin, which is for binaries provided with the base system only. Find your new gcc binary and add a line like this to /etc/make.conf: CC= /path/to/gcc Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message