From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 19:49:07 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6752D16A41F for ; Mon, 21 Nov 2005 19:49:07 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB76543D45 for ; Mon, 21 Nov 2005 19:49:06 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051121194905.XGDN17844.mta9.adelphia.net@default.chvlva.adelphia.net>; Mon, 21 Nov 2005 14:49:05 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 0EFB6B509; Sat, 19 Nov 2005 21:31:38 -0500 (EST) Date: Sat, 19 Nov 2005 21:31:38 -0500 From: Parv To: Dinesh Nair Message-ID: <20051120023137.GC81976@holestein.holy.cow> Mail-Followup-To: Dinesh Nair , Andrew Novikov , questions@freebsd.org References: <437D58C8.1050402@alphaque.com> <437F0B25.4080108@alphaque.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <437F0B25.4080108@alphaque.com> Cc: questions@freebsd.org Subject: Re: several versions of gcc 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: Mon, 21 Nov 2005 19:49:07 -0000 in message <437F0B25.4080108@alphaque.com>, wrote Dinesh Nair thusly... > > > On 11/19/05 13:30 Andrew Novikov said the following: > >However I cannot have at the same time lang/gcc34 and lang/gcc40 > >(or any other two version from ports) because they both install > >files in the same place somewhere in /usr/local/. Is there a way > >to specify a different dir, > > that's going to be difficult unless you descend into the ports > work directory and edit the install prefixes there. Will that then not be same as specifying PREFIX|LOCALBASE in the port's directory during patch|configure|build|install? - Parv --