Is it safe to use FreeBSD 8.1-RELEASE ?

Hello,

I just discovered that the base-system uses gcc 4.2.1 as compiler, which is stated as unsupported on the gcc website.
The Linux-Version which is used to run flash-player and other Linux-programs is Fedora 10 which is already in EOL(unsupported)-state.

What steps can be taken to get a supported state?
What do the developers in this direction and what are the reasons for?

By the way:
I have read that there will be no update packages for the RELEASE version. Instead it is suggested to use the packages from stable(these are in testing state and not release, right?)

Will this not bring my system to a mixed state which is also unsupported?

Bye

Peter
 
The current version of gcc is not used on FreeBSD and an older version is used. In fact, FreeBSD is moving to llvm to get away from the GPL. The ports are identical in RELEASE or STABLE it's only if you want binary packages that there may be an issue. If using binary packages I would either stick to RELEASE for everything or STABLE for everything. That said, most binary packages from STABLE should work fine in RELEASE.
 
llvm will come eventually in FreeBSD 9, right?
Does it use the gcc42-frontend and therefore remains unsupported?
When will FreeBSD 9 be released? Next Year?
 
The system we currently have is as supported as it's going to get (at least for as much as you are paying for it =).

The compiler support is where it is due to GPLv3 being unusable by the FreeBSD Project (on advice from the FreeBSD Foundation lawyers who did the license review).

As for Fedora 10 vs later support, I'm not really sure. I've haven't used the Linux compat layer in many years.
 
Back
Top