Hi, After reading the description of how aalib was coaxed into compiling on the Hurd, I tried applying some of the described fixes to my half-broken Guile build--and it worked! I can fire up an interpreter and execute Scheme expressions, and libguile appears to have installed in order. The changes I made above and beyond my earlier message were:
- Reran libtoolize and ran 'aclocal -I .' [ not just aclocal, that will break because Guile needs a private m4 file ], automake, and autoconf. - Modified debian/rules to move $(instdir)/usr/lib/libguile.so* to $(l)/usr/lib -- previously the rules file used a hardcoded set of filenames. The diff against the original source is about 100 megabytes so I'm not attaching it to this message :-) Daniel -- Um Recursion zu verstehen muss man sie entweder schon verstehen oder Jemanden kennen der sie versteht.

