l...@gnu.org (Ludovic Courtès) writes: > Hi Neil, > > Neil Jerram <n...@ossau.uklinux.net> writes: > >> I had a feeling that a lot (or even maybe all) of guile-lib got merged >> into the main Guile distribution. So are you sure you still need >> separate guile-lib at all? > > Only (sxml ...), (texinfo ...), and (statprof) got merged, IIRC. The > other modules are still unique to Guile-Lib: > > http://www.nongnu.org/guile-lib/doc/ref/
Ah, thanks. > I changed Guile-Lib in Git to not install those modules that come with > 2.0 when using 2.0. Sounds good. That may do the trick, if Dale's only problem was picking up the wrong (old) version of statprof.scm. Neil