Re: C compiled executalbe problem

2000-11-27 Thread Buoyant
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:

Re: C compiled executalbe problem

2000-11-27 Thread Derek Tattersall
* 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

Re: C compiled executalbe problem

2000-11-27 Thread kevin
"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