From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 00:46:00 2008 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 5ACBE1065673 for ; Thu, 31 Jul 2008 00:46:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 875C78FC14; Thu, 31 Jul 2008 00:45:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48910B47.4080205@FreeBSD.org> Date: Thu, 31 Jul 2008 02:45:59 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Chris Hill References: <20080730.194706.2049.0@webmail20.dca.untd.com> <20080730202006.L12541@tripel.monochrome.org> In-Reply-To: <20080730202006.L12541@tripel.monochrome.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "gs_stoller@juno.com" Subject: Re: C++ compiler 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, 31 Jul 2008 00:46:00 -0000 Chris Hill wrote: > On Wed, 30 Jul 2008, gs_stoller@juno.com wrote: > >> What is the URL where I can get gcc42 and is it easy to get or do >> I have to do devious things to eventually find it? > > # cd /usr/ports/lang/gcc42 > # make install clean Or install FreeBSD 7.0 and do nothing else. # g++ -v Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] Kris