Hi, [email protected] (R. Clayton) skribis:
> I'm trying to install guile-reader 0.6 on a debian testing system updated > weekly using guile 2.0.5, and I've run into a problem (see the end of the > message for the whole sad story): > checking for guile... /usr/bin/guile [...] > checking for scm_from_stringn... no > checking for scm_get_byte_or_eof... no > checking for scm_unget_byte... no > checking for scm_from_utf32_stringn... no > checking for scm_gc_malloc_pointerless... no > checking for scm_t_wchar... no It looks like you’re using libguile from Guile 1.8 (otherwise you’d have only “yes” above), perhaps with /usr/bin/guile from Guile 2.0. Could it be that your $LD_LIBRARY_PATH leads ‘configure’ to use libguile from Guile 1.8 somehow, or perhaps ‘guile-config’ from 1.8? What’s the value of GUILE_LDFLAGS in ‘config.log’? Thanks, Ludo’.
