From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 05:23:04 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 A72BC16A41F for ; Sat, 19 Nov 2005 05:23:04 +0000 (GMT) (envelope-from mymuss@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1AD43D45 for ; Sat, 19 Nov 2005 05:23:04 +0000 (GMT) (envelope-from mymuss@gmail.com) Received: by xproxy.gmail.com with SMTP id s8so368426wxc for ; Fri, 18 Nov 2005 21:23:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JfR3FLK2oA+2FQakio51zbqPqkgaSvxNvEeonPJJL1oXRJsUj3LI3WQgfowhrPOrn+OAgO/6bllLYXVjSvFI1Kwvyd7jIzoq1FdKTCBg4c2+IjwPwzoCtnvwVFFEVNGomUsv9Vx2H+dK/hxe0lSSAUoRrEfIfgxKmMun2TAnbQQ= Received: by 10.65.11.20 with SMTP id o20mr630874qbi; Fri, 18 Nov 2005 21:23:03 -0800 (PST) Received: by 10.65.218.16 with HTTP; Fri, 18 Nov 2005 21:23:03 -0800 (PST) Message-ID: Date: Sat, 19 Nov 2005 07:23:03 +0200 From: Andrew Novikov To: questions@freebsd.org In-Reply-To: <20051118034628.GG62141@dan.emsphone.com> MIME-Version: 1.0 References: <20051118034628.GG62141@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Sat, 19 Nov 2005 05:23:04 -0000 On 11/18/05, Dan Nelson wrote: > > In the last episode (Nov 18), Andrew Novikov said: > > Is there a way to have both gcc34 and gcc40 (and possibly other > > versions) simultaneously? > > Sure. Just install the appropriate lang/gcc* ports. Unfortunately, it doesn't work. $ cat /usr/ports/lang/gcc40/Makefile | grep CONFLICTS CONFLICTS=3D gcc-3.3.* gcc-3.4.* gcc-4.1.* -- > Dan Nelson > dnelson@allantgroup.com > -- Sincerely, Andrew