Click to See Complete Forum and Search --> : Running a compiled g++ program


CelestiaLegends
03-02-2003, 11:17 PM
Two days ago I've installed redhat linux, the main reason was to try to get into programming...I've compiled a hello world program, and it shows up as green/yellow on the terminal, and as a rocket on the GNOME window, but I can't run it either in the terminal or the natulis/GNOME interface...is there a run command or what should I do?

^_^

Hayl
03-02-2003, 11:23 PM
./foo

where foo = the name of the binary you are trying to run

CelestiaLegends
03-02-2003, 11:35 PM
hmmm...nothing happened? ./hello

UprightMan
03-03-2003, 09:24 AM
What message do you see when you do:

$ ./hello