From owner-freebsd-stable@FreeBSD.ORG Fri Sep 26 09:03:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E759616A4B3 for ; Fri, 26 Sep 2003 09:03:17 -0700 (PDT) Received: from hsph.harvard.edu (hsph.harvard.edu [134.174.190.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9ED4402B for ; Fri, 26 Sep 2003 09:03:17 -0700 (PDT) (envelope-from pzhang@hsph.harvard.edu) Received: from [134.174.184.76] (sph184-76.harvard.edu [134.174.184.76]) by hsph.harvard.edu (8.12.9+Sun/8.12.9) with ESMTP id h8QG3LKa020455; Fri, 26 Sep 2003 12:03:21 -0400 (EDT) From: Peng Zhang To: "Thomas T. Veldhouse" In-Reply-To: <017401c3843e$37349ea0$d037630a@dh.com> References: <20030926142330.18488.qmail@web12008.mail.yahoo.com> <017401c3843e$37349ea0$d037630a@dh.com> Content-Type: text/plain Message-Id: <1064592064.20158.16.camel@pzhang> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 26 Sep 2003 12:01:04 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: about gcc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 16:03:18 -0000 Hi, Thanks for the reply. I think I can do this. However everytime you want to install a software, you need read the Makefile to figure out which variables you need set up. Is there something like use.perl for gcc? Peng On Fri, 2003-09-26 at 10:55, Thomas T. Veldhouse wrote: > Did you ever try: > > # export CC=/usr/local/bin/gcc32 > # ./configure > > Most of the time CC will be used as the compiler if set. > > Tom Veldhouse > > ----- Original Message ----- > From: "Zhang, Peng" > To: > Sent: Friday, September 26, 2003 9:23 AM > Subject: about gcc > > > > Hi folks, > > > > I am running freebsd-stable. Now I have two version > > gcc installed. One is gcc295 as /usr/bin/gcc, and the > > other is gcc32 as /usr/local/bin/gcc32. I just wonder > > know whether I can choose any of them as default one > > which can be detected by configure script, because > > different softwares require different versions of gcc. > > Thanks! > > > > Peng > > > > ===== > > Best wishes, > > > > Yours sincerely, > > > > Zhang, Peng > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product search > > http://shopping.yahoo.com > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > >