[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling problems...
On Sat, 28 Mar 1998, Arie Guttman wrote:
> Hi,
> I feel like an idiot...
> I upgrade to RH5 :)
> I compile a simple c program (hello world) using the old cc compiler.
> When I try to run the a.out file, I get "command not found" message.
> What I missing ?
> (please replay also to my CC address)
>
> Thanks & regards,
> Arie Guttman
> ----------------------------------------------------------------------------
> ----
> Tel: 972-4-8546614 / Fax: 972-4-8546655
> AMDOCS
> Matam Bldg. 30, Haifa 31905, Israel
> ----------------------------------------------------------------------------
> ----
> ICQ UIN : 6481337
> Main eMail : Arie.Guttman@usa.net
> eMail : ArieG@Amdocs.com
> eMail : Arie@GeoCities.com
> Home Page : http://www.geocities.com/SiliconValley/Horizon/3919
> ----------------------------------------------------------------------------
> ----
>
echo $PATH
If it does not contain . then try ./a.out ;)
Peter