Bumpurs, C. Shane wrote:
I compiled a simple program

#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

 I\The directory that the executeable is in is not in your path. Let's say your executeable is named "foo"  Try doing this:

           $  ./foo

it should run...
 
 

-- 
email: [EMAIL PROTECTED]
Local mailserver  , remote 

Viceroy's got the taste that's right, right any time of day.
 

Reply via email to