Hi,
I have the following program:
[tt]
#include <stdio.h>
int main(0)
{
printf"Hello World\n";
return(0);
}[/tt]
and it seems to compile (the binary appears) and there are no errors given, but when I try and run it I get
[tt]bash: command not found[/tt]
in linux (redhat6.2)
anyone got any ideas? [sig]<p>fortytwo<br><a href=mailto:will@hellacool.co.uk>will@hellacool.co.uk</a><br><a href= test site</a><br> [/sig]
I have the following program:
[tt]
#include <stdio.h>
int main(0)
{
printf"Hello World\n";
return(0);
}[/tt]
and it seems to compile (the binary appears) and there are no errors given, but when I try and run it I get
[tt]bash: command not found[/tt]
in linux (redhat6.2)
anyone got any ideas? [sig]<p>fortytwo<br><a href=mailto:will@hellacool.co.uk>will@hellacool.co.uk</a><br><a href= test site</a><br> [/sig]