"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
