How do you install g++ (at least version 4.1) on a solaris sparc server?
Asked
Active
Viewed 3,767 times
3 Answers
2
If you're using Solaris 10 or OpenSolaris, www.blastwave.org has 4.3.4 (CSWgcc4, I believe.).

Anonymous
- 196
- 2
2
You can get gcc and g++ from OpenCSW project (http://www.opencsw.org).
-
The current version from OpenCSW is 4.3.3. http://www.opencsw.org/packages/gcc4core – automaciej Feb 21 '10 at 21:21
-
It has been upgraded to 4.6.2. – automaciej Feb 06 '12 at 18:50
1
If the GNU folks don't have a Solaris package appropriate to your OS & architecture check www.sunfreeware.com -- I don't believe they have GCC 4.x, but you can grab a 3.x version and boostrap 4.x with it.

voretaq7
- 79,879
- 17
- 130
- 214