I am using OpenSolaris on x86. I tried the gcc compiler for Solaris for free, but found it to be quite old (gcc 3.4.6). I want to know if there is any latest C++ compiler for OpenSolaris, that is similar to gcc. What is the best compiler out there for x86 with Solaris?
Share
Nothing is more similar to GCC than GCC… The GNU people have some answers for you:
http://gcc.gnu.org/install/binaries.html
If none of those binaries are useful, Google found for me:
http://www.dev-eth0.de/compile-gcc-4-on-opensolaris
Why haven’t you found a good guide like that and run with it? It’s not all that difficult to build GCC, it just takes a while.