View Single Post
  #8 (permalink)  
Old 03-24-2006, 03:45 PM
warren warren is offline
Member
User
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
warren
Default

There is no compiler installed....
#make Solaris8-64
..........
/usr/ucb/cc: language optional software package not installed

I installed gcc and then modify the PATH. Verify, make a helloworld.c and then compile using "gcc helloworld.c -o helloworld"
ok....no problem
Run again:
#make Solaris8-64
the same error.
the script is set to use cc

what the.....
Reply With Quote