> Jan Nieuwenhuizen wrote: > >... > > Well, scm_make_gsubr should be in guile-1.4. Did you adjust your > > library load path to look for guile 1.4 first? (Hint: see what ldd > > lilypond says.) > > ahhhrch! yes, thanks. > > so, for other users who would want to run several guile versions, it is > important to change both (below) in the shell where lilypond is called: > > GUILE_LOAD_PATH > and LD_LIBRARY_PATH > --- > > for example, in my case: > > export GUILE_LOAD_PATH=~/usr/guile-1.4/share > export LD_LIBRARY_PATH=~/usr/guile-1.4/lib:$LD_LIBRARY_PATH
An alternative is to specify the path at link time: >> setenv LDFLAGS -Wl,-rpath,~/usr/guile-1.4/lib >> ./configure >> make /Mats _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user