lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyPond 1.4.8: ly2dvi error


From: Mats Bengtsson
Subject: Re: LilyPond 1.4.8: ly2dvi error
Date: Fri, 12 Oct 2001 22:10:10 +0200

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]