Opera Releases Stable FreeBSD Browser
1nsane0ne writes "The Register is reporting that Opera has released a production FreeBSD version. It appears to have fixed some of the problems that I found in a few hours of playing around with the betas and will be interesting to test a bit more."
It's still very much alive...
It may not be perfered by many, but it's still heavy in development, and prefered by many ISPs.
Very good to hear. I love my FreeBSD desktop dearly, and one of the last ties I had to enabling Linux compatibility was a release version of Opera. So far I have yet to find a better combination of
- low-profile,
- high speed, and
- functionality
in a single browser. Most of the other browsers I've come across were of the "choose any one of the above" variety. I've found niche uses for all of them, but Opera was the best choice on a old P75 for me.-schussat
The hour of noon has passed. Let us go and get some Kentucky Fried Chicken.
I wasnt happy with 4.6 FreeBSD, but when 4.7 came out, KDE3 compiled. Xfree drivers that worked for my video card. Koffice compiled without problem. Everything worked for KDE/Gnome.
The biggest problem I had with FreeBSD was ports didnt compile, but 4.7 most ports I tried compiled out of the box. Only grip I have is, its still using gcc 2.95, while 3.2 is out. But I hear 5.0 is completely GCC3.3 based.
Have you tried installing a second compiler for ports... gcc 3.2.1 (which is in current) wont buy you anything with the base system, other than 15% slower compile times. But you can install the gcc32 port, and then use 'make CC=gcc32 CXX=g++32' to build ports such as KDE or Gnome which might benefit from the newer compiler. You might also want to insure that you use the correct -march setting for your machine also, because gcc 3.2.1 will generate worse code than 2.95 if you just leave it to the default arch (vanilla 386).
Regards,
-Jeremy