![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how can i check in csh if command found or not found ? | umen | Shell Programming and Scripting | 2 | 03-03-2007 04:38 PM |
| no VGs found | b_manu78 | AIX | 3 | 10-11-2005 02:13 AM |
| ksh: cvs: not found ?? | rein | UNIX for Advanced & Expert Users | 2 | 01-05-2005 02:01 AM |
| MAC not found? | merlin | UNIX for Dummies Questions & Answers | 1 | 05-15-2003 06:34 AM |
| HELP ld.so.1 NOT FOUND | SmartJuniorUnix | UNIX for Dummies Questions & Answers | 1 | 10-04-2000 12:18 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
cc and gcc not found
I am trying to compile c files using cc and gcc commands but getting errors cc and gcc not found. I tried man cc and man gcc still not found.
Can somebody help me this problem. thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
try finding the location of 'cc' and 'gcc' and append the location to your PATH
find / -name "cc" 2>/dev/null find / -name "gcc" 2>/dev/null give you where cc and gcc exist. export PATH=$PATH:locationofcc:locationofgcc |
|
#3
|
|||
|
|||
|
c compiler
I tried that nothing displayed. How can I be positive that a compiler is installed on my machine. Is it optional to have a c compiler when installing SCO OpenServer(TM)?
Quote:
|
|
#4
|
|||
|
|||
|
Looks like you don't have a compiler. Not sure on your SCO question but gcc is available for free.
|
|||
| Google The UNIX and Linux Forums |