Results 1 to 3 of 3
I am new to linux and I was wondering if someone may answer a question for me. I need to know how to run a program in c or python ...
- 06-20-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 1
Help with red hat 9
I am new to linux and I was wondering if someone may answer a question for me. I need to know how to run a program in c or python ( with the extension .c or .py ) Thank you for any help you may be able to offer me. I am running red hat 9 btw.
(Specifically, I am trying to run openrpg http://openrpg.com but I seem to be clueless in such matters..)
- 06-20-2003 #2Just Joined!
- Join Date
- Jun 2003
- Posts
- 35
Can you be more specific?? What do you have a RPM a .tar.gz ??
- 06-22-2003 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You don't run a C program, you compile it first and then you run it. Are you sure that you're taking the right approach at all? Is there a file called "Makefile" in the same directory? In that case, run make to compile the program.


Reply With Quote
