View Single Post
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#50
Hi, I'm glad you got most of the way there!
I think there are two things missing:
First, make sure you have execute permissions on the executable file.

chmod a+x test.o

Next, run it like this:

./test.o

I don't know why Geany isn't running it correctly, but perhaps the above will help. (I use the command line myself.)

Good luck!
__________________
Give me immortality or give me death!

Last edited by BruceL; 2009-09-02 at 20:34. Reason: Add more info
 

The Following User Says Thank You to BruceL For This Useful Post: