segfault from set!

2008-01-09 Thread Jon Wilson
Hi, $mv ~/.guile ~/guile# rename the setup file so it gets ignored. $guile guile> (set! 'a 5) Backtrace: In standard input: 1: 0* Segmentation fault $guile guile> (define a 7) guile> (set! 'a 5) Backtrace: In standard input: 2: 0* Segmentation fault Regards, Jon

Re: segfault from set!

2008-01-09 Thread Neil Jerram
Jon Wilson <[EMAIL PROTECTED]> writes: > Hi, > $mv ~/.guile ~/guile# rename the setup file so it gets ignored. > $guile > guile> (set! 'a 5) > > Backtrace: > In standard input: >1: 0* Segmentation fault > > > $guile > guile> (define a 7) > guile> (set! 'a 5) > > Backtrace: > In standard in

Re: Make problem Mac OS X

2008-01-09 Thread Roger Mc Murtrie
Ludovic wrote: Then I guess MacOS X users had better install the "real" GNU Readline. Alternatively, we could detect whether `rl_pending_input' is available at configure-time, and `#ifdef' the offending line of code. However, I don't know what impact it would have, and that would really be a