Re: Bc segmentation fault.

2006-03-17 Thread Dan Nicholson
On 3/17/06, Ag Hatzim [EMAIL PROTECTED] wrote: Some examples. ## [631](~)echo scale=3; 13 / 12 |bc 1.083 [632](~)echo scale=3; 13 / 12 |bc -l zsh: doneecho scale=3; 13 / 12 | zsh: segmentation fault bc -l

Re: Bc segmentation fault.

2006-03-17 Thread Dan Nicholson
On 3/17/06, Dan Nicholson [EMAIL PROTECTED] wrote: [632](~)echo scale=3; 13 / 12 |bc -l zsh: doneecho scale=3; 13 / 12 | zsh: segmentation fault bc -l ## Same thing in interactive mode. Jeez. Figured it out, Ag. Apply

Re: Bc segmentation fault.

2006-03-17 Thread Ag Hatzim
Dan Nicholson([EMAIL PROTECTED])@Fri, Mar 17, 2006 at 02:48:55PM -0800: Jeez. Figured it out, Ag. Apply http://www.linuxfromscratch.org/patches/downloads/bc/bc-1.06-fixes-1.patch That was it Dan,many thanks. Funny,i search all the web for the fix,and i had it (the patch) in my disk. :)