i recently got Oracle Solaris on my VM to test some code on it, i was unable to install gcc since i dont really know how, i googled alot but all info is about oracle compilers, i needed GCC, any idea where can i get GCC or how to install it?
thanks
|
|
|
Solaris 11 should already have gcc installed in Try this at the prompt: |
|||||||||||||||
|
|
Two steps:
that is all if you see more info http://blog.csdn.net/zjg555543/article/details/8217769 |
||||
|
|
|
Solaris 10 and prior version : /usr/sfw/bin/gcc works. Solaris 11 : pkg install gcc-3 |
|||
|
|
|
Just download gcc from its homepage, follow one of the mirror links to fetch the latest binary package (in .tar.gz or tar.bz2 format), and use traditional steps to build:
The good news is you can customize what you need and always stay with the latest, while bad part is you may lose the power to debug with mdb/adb - we are facing such problems with latest GCC 4.6.x |
|||||||
|
|
You can install gcc 4.3 from OpenCSW:
I also had to run mkheaders manually after the install. |
|||
|
|