MLUG: Re: [UUG/MLUG] Running C programs
Re: [UUG/MLUG] Running C programs
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The problem that you are encounting is probably a result of the current
directory not being in your path.  Since a period denotes your current
directory ./a.out should excute the program.  

Also in the future you might try the -o switch to cc.  this allows you
to name the binary something other than a.out.  

Jay