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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

install c compiler on solaris 8

Status
Not open for further replies.

Scunningham99

Programmer
Sep 20, 2001
815
0
0
GB
Hi

I am trying to install sudo, but its asking me for a c compiler.:-

configure:3843: error: no acceptable C compiler found in $PATH


Do i install this of the installation cd's and if so which one and or option do i select?

solaris 8 suppliment cd, solaris 8 software 01, 02 ???

thanks in advance!!






Sy UK
 
Solaris doesn't come with a c compilier... My suggestion is to go to and download the gcc compilier. It's free!!!. Modify your makefile to use the gcc compilier.
 
Yes, gcc is usually sufficient for most requirements. You can also alias cc to it so that the system 'thinks' it is using cc when in fact it's using gcc. HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top