Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C compiler on Solaris?

Status
Not open for further replies.

Kruzer

Programmer
Jun 16, 2000
117
US
Newbie here...

How do I check to see if I have a C compiler (typed cc, nothing) installed on my Solaris box? Also, if I don't have a C compiler, where or what do I install?

Dano
dan_kryzer@hotmail.com
What's your major malfunction
 
Unfortunately, SUNWspro is a pay (through the nose) for it product. If you can get away with it, go with gcc as suggested by Vlad.
 
if you have the money, the sun C compiler is good ... however it is sometimes not compatible with the gnu C compiler, so if you want to port applications from linux/other environments that don't use hardware specific stuff; you might well be better off using the gnu C compiler (as suggested by vlad)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top