Neil Jerram <[EMAIL PROTECTED]> writes:
> >>>>> "Neil" == Neil Jerram <[EMAIL PROTECTED]> writes:
>
> Neil> [...]
> Neil> debug> evaluate (class-of exp)
> Neil> Segmentation fault
>
> A much simpler example is this:
>
> neil@laruns:~$ guile -q
> guile> (class-of class-of)
> Segmentation fault
> neil@laruns:~$
This happens when you don't have loaded all of Goops yet. A quick fix
is to `(use-modules (oop goops))', then class-of will magically start
to work.
I'll look into a real fix.
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile