From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:48:19 2004 Return-Path: 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 4DF1616A4CE for ; Sun, 28 Nov 2004 14:48:19 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E627043D5A for ; Sun, 28 Nov 2004 14:48:16 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id EE14669A3F; Sun, 28 Nov 2004 09:48:15 -0500 (EST) Date: Sun, 28 Nov 2004 09:48:14 -0500 From: Bill Moran To: "dkouroun@mailbox.gr" Message-Id: <20041128094814.6a4fdd28.wmoran@potentialtech.com> In-Reply-To: <200411280937.LAA19042@mailbox.gr> References: <200411280937.LAA19042@mailbox.gr> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: installing gcc in 5.3 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:48:19 -0000 "dkouroun@mailbox.gr" wrote: [...] > So I decided to install from source gcc-3.4.3 in /usr/local in FreeBSD. > This is something which is a routine since I have done it millions of times in Linux! The commands I used are the following: > > #cd /usr/local > #mkdir GCC-3.4.3 > #tar xvjf gcc-3.4.3.tar.bz2 > #cd GCC-3.4.3 > # ../gcc-3.4.3/configure --prefix=/usr/local/GCC-3.4.3/ --program-suffix=-3.4.3 --enable-languages=c,c++,f77 Try "cd /usr/ports/devel/gcc34 && make install" Make sure your ports tree is up to date first, and you'll get the latest GCC 3.4.4. -- Bill Moran Potential Technologies http://www.potentialtech.com