![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with find command | lodey | UNIX for Dummies Questions & Answers | 4 | 10-27-2007 04:47 AM |
| Problems with tar command | lo-lp-kl | AIX | 2 | 05-15-2007 11:19 PM |
| system command and threads problems | german83 | AIX | 2 | 04-21-2007 08:57 AM |
| my problems with MAKEFILE command | aliasunway | High Level Programming | 2 | 12-28-2005 06:49 PM |
| Problems with expr command | rooh | UNIX for Dummies Questions & Answers | 2 | 01-17-2003 08:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
CC command problems
Apparently I do not have C on my Sun Blade. It's a fresh install, and I'l fairly new to using this box. When I type cc, I get the following:
/usr/ucb/cc: language optional software package not installed... Does this mean I do not have C on this Blade? How can I get it and set it up? Thanks! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
If you look at the man page for cc, you will see that /usr/ucb/cc is a script that looks for the link /usr/ccs/bin/ucbcc whic is a link to the SPROcc package (default location /opt/SUNWspro) which is purchased separately from Solaris OS.
You can find and download gcc which should work with almost anything you need. |
||||
| Google The UNIX and Linux Forums |