Here's a patch to silence some warnings produced by -Wwrite-strings. (I only used -Wwrite-strings while compiling a Guile extension, not Guile itself. Using -Wwrite-strings for Guile itself would likely produce lots more similar warnings, but none of them should be too hard to fix.) * goops.c, objects.h, smob.c, smob.h: Make type names char const * instead of char *. BTW, what version of auto* should be used to build/test CVS checkouts? paul