LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Unable to run "C" program (https://www.linuxquestions.org/questions/linux-general-1/unable-to-run-c-program-440759/)

arunperi 05-01-2006 11:45 PM

Unable to run "C" program
 
Hi,

I am Arun, I have written a sample "C" program which compiled, but when I try to run the same, it is not running.

It says: Invalid bash command.

Can anyone please help me out.

Thanks,
Arun.

pixellany 05-02-2006 12:23 AM

We are probably going to need more information. Does the completed binary have execute permission set? Is it in your $PATH, or are you running it locally using ./filename?

Depending on what the program does, is it possible that it is calling a function that does not exist?


All times are GMT -5. The time now is 04:53 PM.