In Guile 1.6.4 (on Slackware 9.0 on i386), the guile function dynamic-unlink in dynl.c returns an error message with a raw "~S" in the message.
To see, try this. (define libm-obj (dynamic-link "libm")) (dynamic-unlink libm-obj) (dynamic-unlink libm-obj) And it will return an error message "Already unlinked: ~S" -- Mike Gran [EMAIL PROTECTED] __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
