Check the 'Build' tab to make sure it really worked, and/or look for the 'hello', try running it in a terminal.
Program exited with return code: -1
They always do...
Part of the problem may be that that code won't run for long. Try adding a 'getchar()' or similar so you have a better chance to see any output. Or create a workspace/project and build one of the template programs from the New Class wizard.
oh yeah, you're right. I found the 'hello' executable. I guess when I run it from CodeLite it doesn't open an output window. And like I said, in the output at the bottom that CodeLite provides I get the 'Program exited with return code: -1' message. Do you know what I need to do for the output to show up?