bug-lilypond
[Top][All Lists]
Advanced

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

Re: Compiling lilypond 2.0.2 failed


From: Mats Bengtsson
Subject: Re: Compiling lilypond 2.0.2 failed
Date: Wed, 21 Jan 2004 13:13:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

Then, the problem is that the linker doesn't look in
/usr/local/lib/ by default. One solution is to update
/etc/ld.so.conf to include /usr/local/lib or set the
environment variable LD_LIBRARY_PATH (see the manual
page for ld for more information). Another solution is
to specify the full path already at link time, by setting
the environment variable LDFLAGS to ' -Wl,-rpath,/usr/local/lib'
(this is only necessary when you run configure and MAKE).

   /Mats


Pierre Lorenzon wrote:
Hi,

I executed the command you recommanded and got :

# export PYTHONPATH=$PWD/python/out && ./scripts/out/midi2ly

Traceback (most recent call last):
  File "./scripts/out/midi2ly", line 43, in ?
    import midi
ImportError: libguile.so.12: cannot open shared object file: No such file or 
directory

But libguile.so.12 is in the /usr/local/lib directory and
it is a symbolic link to something.

Bests

Pierre


_______________________________________________
Bug-lilypond mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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