Re: C++ compiler

[ Available lists | Index of freebsd-questions | Month of Jul 2008 | Week of 31 Jul 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Kris Kennaway <kris@FreeBSD.org>
Date
31 Jul 2008 00:46:00
Subject
Re: C++ compiler
Message-ID
48910B47.4080205@FreeBSD.org

In reply to

[ Hide this part ]
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


Elapsed time: 0.243 seconds