"Del Campo, Damian" wrote:
> 
> Have just started programming some C on RH6.1
> 
> Compiling using "gcc - o program program.c".
> 
> Problem is that from the directory this sits in, I can't actually operate
> the program
> ie program <Enter> doesnt' work whereas going up one directory level and
> calling "directory/program" does.
> Likewise, if I stay in the directory with the program and call it via
> "../directory/program" it works also.

./program <Enter>

Kevin



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to