Installing gcc 3.3.1 as default

2003-09-24 Thread Andrew Terekhov
Hi all, What is the right way to install gcc 3.3.1 on FreeBSD 5.1 Release as the default compiler suite? I installed it from ports in /usr/local/bin/. C compiler is gcc33 and C++ is g++33. Should I create soft links in the /usr/bin to corresponding files in /usr/local/bin? Should I have used

Re: Installing gcc 3.3.1 as default

2003-09-24 Thread Kris Kennaway
On Wed, Sep 24, 2003 at 04:16:45PM -0700, Andrew Terekhov wrote: Hi all, What is the right way to install gcc 3.3.1 on FreeBSD 5.1 Release as the default compiler suite? Replacing the system compiler is not supported and will generally cause your system sources to become unbuildable. If