I compiled a simple programI\The directory that the executeable is in is not in your path. Let's say your executeable is named "foo" Try doing this:#include <stdio.h>
void main()
{
printf("test");
}compiled it via gcc or ecgs and it makes an a.out
I can rename a.out to whatever I want.
But when I try to run the thing in the shell it says it can't find it.
if I use xfm it displays the output in the shell that I run xfm from.
I'm used to DOS so what am I doing wrong?Thanks
Shane
$ ./foo
it should run...
-- email: [EMAIL PROTECTED] Local mailserver, remote Viceroy's got the taste that's right, right any time of day.
