![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute the rest of the code after commenting multiple lines? | Yamini Thoppen | Shell Programming and Scripting | 12 | 01-02-2008 09:50 AM |
| Execute command from terminal on remote machine | Ranu | Shell Programming and Scripting | 0 | 10-09-2007 01:13 AM |
| execute windows_executable under Linux | tonet | UNIX for Dummies Questions & Answers | 2 | 11-18-2006 09:15 AM |
| how to execute a script on remote machine | balireddy_77 | Shell Programming and Scripting | 4 | 09-27-2006 04:45 PM |
| how 2 execute conbal code in unix | sushil_d10 | Shell Programming and Scripting | 1 | 05-04-2005 05:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to execute C code in linux machine
Hi.
I have a C code i want to run that code in linux machine. i tried with CC command. but CC command not in my bin dir. how to run that script. regards rajan |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
find where cc command is available, compile, link and execute it.
Quote:
|
|
#3
|
|||
|
|||
|
Dear matrixmadhan,
I checked cc command but it is not present in my system. how to run the code in linux michine. |
|
#4
|
|||
|
|||
|
Check for presence of
/usr/bin/gcc (cc is just a symlink to gcc) If there is no gcc, that means it is not installed. Install it. |
|||
| Google The UNIX and Linux Forums |