[EMAIL PROTECTED] (Ludovic Courtès) writes:

> Hi,
>
> Neil Jerram <[EMAIL PROTECTED]> writes:
>
>> -subdirs_with_ltlibs="srfi guile-readline"       # maintain me
>> +subdirs_with_ltlibs="srfi guile-readline libguile"       # maintain me
>
> Strangely, I had noticed that `(use-modules (ice-9 i18n))' would work
> with `pre-inst-guile', even before `libguile-i18n-v-0' is installed,
> perhaps because of some side-effect induced by the `libguile/guile'
> Libtool script.  But apparently, this is not always the case, so your
> fix makes sense.

Yes, I've observed that too, when running the "make distcheck" on my
own machine.  My guess is that pre-inst-guile is picking up a copy of
libguile-i18n-v-0 from somewhere else (i.e. /usr/lib or
/usr/local/lib), but I haven't got to the bottom of this yet, and
that's why I haven't yet committed the above change to CVS.

That said, I might commit the above change tonight provisionally, to
see if it helps the snapshot.

Regards,
     Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to