On Fri, 22 Aug 2008 23:52:27 -0400
"raman narasimhan" <[EMAIL PROTECTED]> wrote:
> i'm new to debian.. after compilation whenever i type ./a.out, bash
> says permission denied or says segmentation fault...
> how do i resolve the problem ?
If you get a 'permission denied', ensure that the execute bit is set
('chmod +x <file>').If you get a segmentation fault, that suggests that the code being compiled is faulty. -- Daniel Watkins (Odd_Bloke)
signature.asc
Description: PGP signature

