Hello, Neil Jerram <n...@ossau.uklinux.net> writes:
> Andy Wingo <wi...@pobox.com> writes: > >> On Fri 22 Aug 2008 11:56, l...@gnu.org (Ludovic Courtès) writes: >> >>> Just to make sure, I also ran `pre-inst-guile', typed >>> "(use-modules (ice-9 i18n))" and attached GDB to it: it shows that the >>> right `libguile-i18n' is loaded. >> >> I saw that pre-inst-guile-env did not have libguile in it (although >> pre-inst-guile does); perhaps that was the problem. There's no `(ice-9 i18n)' in 1.8. > I think so. We discussed and agreed this way back [1], and someone > called Neil even claimed to have committed it - but I can't now find > any record of that. > > Anyway, I'll commit this change now to pre-inst-guile.in and > pre-inst-guile-env.in in branch_release-1-8. The patch at [1] shouldn't be needed because the Libtool-generated `libguile/guile' scripts does the right thing wrt. the libraries the executable is linked against (i.e., libguile, libgmp, etc.). Thanks, Ludo'. > [1] http://www.mail-archive.com/guile-devel@gnu.org/msg01635.html