This is because the current directory(.) is not contained in the environment
variable--PATH. Append it in the profile file or try to run ./program .
buoyant
- Original Message -
From: "Del Campo, Damian" <[EMAIL PROTECTED]>
To: "'RedHat, DevList'" <[EMAIL PROTECTED]>
Sent:
* Del Campo, Damian ([EMAIL PROTECTED]) [001127 18:26]:
> Message-ID:
><[EMAIL PROTECTED]>
> From: "Del Campo, Damian" <[EMAIL PROTECTED]>
> To: "'RedHat, DevList'" <[EMAIL PROTECTED]>
> Subject: C compiled executalbe problem
> Date: Tue, 28 Nov 2000 10:17:27 +1100
> X-Mailer: Internet Mail Servi
"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 doesnt' work whereas going up one directory level and
> calling