Re: need help with cc

2008-08-23 Thread owens
> > > > Original Message >From: [EMAIL PROTECTED] >To: debian-user@lists.debian.org >Subject: Re: need help with cc >Date: Sat, 23 Aug 2008 10:50:25 -0500 > >>On 08/23/08 09:58, John Hasler wrote: >>> Ron Johnson wrote: >>>> It wou

Re: need help with cc

2008-08-23 Thread H.S.
raman narasimhan 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 are getting a permission denied message, that means your binary executable, the a.out in your case, does not

Re: need help with cc

2008-08-23 Thread Ron Johnson
On 08/23/08 09:58, John Hasler wrote: Ron Johnson wrote: It would be interesting to know how many people on this list know (without resorting to Google) what PSW means... Program Status Word. Yes. But Prickley Space Woman is so much more interesting! -- Ron Johnson, Jr. Jefferson LA USA

Re: need help with cc

2008-08-23 Thread John Hasler
Ron Johnson wrote: > It would be interesting to know how many people on this list know > (without resorting to Google) what PSW means... Program Status Word. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: need help with cc

2008-08-23 Thread Hugo Vanwoerkom
Ron Johnson wrote: On 08/23/08 08:59, Shachar Or wrote: On Saturday 23 August 2008 16:10, Ron Johnson wrote: It would be interesting to know how many people on this list know (without resorting to Google) what PSW means... Prickely Space Woman? That *is* one meaning, but not the relevant me

Re: need help with cc

2008-08-23 Thread Ron Johnson
On 08/23/08 08:59, Shachar Or wrote: On Saturday 23 August 2008 16:10, Ron Johnson wrote: It would be interesting to know how many people on this list know (without resorting to Google) what PSW means... Prickely Space Woman? That *is* one meaning, but not the relevant meaning... -- Ron Joh

Re: need help with cc

2008-08-23 Thread Shachar Or
On Saturday 23 August 2008 16:10, Ron Johnson wrote: > It would be interesting to know how many people on this list know > (without resorting to Google) what PSW means... Prickely Space Woman? > > -- > Ron Johnson, Jr. > Jefferson LA USA > > "Do not bite at the bait of pleasure till you know ther

Re: need help with cc

2008-08-23 Thread Ron Johnson
On 08/23/08 07:20, Hugo Vanwoerkom wrote: Ron Johnson wrote: On 08/22/08 23:04, Daniel Watkins wrote: 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

Re: need help with cc

2008-08-23 Thread Ron Johnson
On 08/23/08 07:36, Kent West wrote: Ron Johnson wrote: On 08/23/08 02:18, Rich Healey wrote: Ron Johnson wrote: On 08/22/08 23:04, Daniel Watkins wrote: If you get a segmentation fault, that suggests that the code being compiled is faulty. Blame the compiler That's a CompSci 101 mista

Re: need help with cc

2008-08-23 Thread Kent West
Ron Johnson wrote: On 08/23/08 02:18, Rich Healey wrote: Ron Johnson wrote: On 08/22/08 23:04, Daniel Watkins wrote: If you get a segmentation fault, that suggests that the code being compiled is faulty. Blame the compiler That's a CompSci 101 mistake. Erm.. I believe he was blaming

Re: need help with cc

2008-08-23 Thread Hugo Vanwoerkom
Ron Johnson wrote: On 08/22/08 23:04, Daniel Watkins wrote: 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 ? I

Re: need help with cc

2008-08-23 Thread Ron Johnson
On 08/23/08 02:18, Rich Healey wrote: Ron Johnson wrote: On 08/22/08 23:04, Daniel Watkins wrote: 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 fa

Re: need help with cc

2008-08-23 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson wrote: > On 08/22/08 23:04, Daniel Watkins wrote: >> 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 s

Re: need help with cc

2008-08-22 Thread Ron Johnson
On 08/22/08 23:04, Daniel Watkins wrote: 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 'permiss

Re: need help with cc

2008-08-22 Thread Daniel Watkins
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 bi

need help with cc

2008-08-22 Thread raman narasimhan
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 ?