installing gcc in 5.3 Release

Bill Moran wmoran at potentialtech.com
Sun Nov 28 06:48:19 PST 2004


"dkouroun at mailbox.gr" <dkouroun at 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


More information about the freebsd-questions mailing list