Date: Sun, 28 Nov 2004 09:48:14 -0500 From: Bill Moran <wmoran@potentialtech.com> To: "dkouroun@mailbox.gr" <dkouroun@mailbox.gr> Cc: freebsd-questions@freebsd.org Subject: Re: installing gcc in 5.3 Release Message-ID: <20041128094814.6a4fdd28.wmoran@potentialtech.com> In-Reply-To: <200411280937.LAA19042@mailbox.gr> References: <200411280937.LAA19042@mailbox.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
"dkouroun@mailbox.gr" <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041128094814.6a4fdd28.wmoran>