On 21 Feb 2011, at 19:17, Michael Ellis wrote: >>> Commenting out readline in my .guile avoids the segfault. >> >> I do not have a ~/.guile file. > > I'm assuming readline works for you in guile. How do you activate it?
I just assumed it would be activated automatically. I am not using Guile interactively, so I have not thought about it much. > My .guile had these lines: > > (use-modules (ice-9 readline)) > (activate-readline) This works just fine.
