lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem configuring lilypond 1.5.50


From: Norbert Koch
Subject: Re: Problem configuring lilypond 1.5.50
Date: Thu, 04 Apr 2002 06:46:16 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.5 (beets, i386-unknown-freebsd4.5)

Pierre <address@hidden> writes:

> In fact my kpathsea.h is at /usr/share/texmf/include/kpathsea/kpathsea.h
> How can I tell it to the configure ?
>
> It would be great if you could help me with this !

The Real Fix (TM) would be to include extra-includes and
extra-libraries in configure to allow for non-standard paths.
Meanwhile, you may create symbolic links during the build, something
like 

cd /usr/include
ln -s /usr/share/texmf/include/kpathsea kpathsea
cd /usr/lib
ln -s /usr/share/texmf/lib/libkpathsea.a libkpathsea.a

You can remove the links afterwards, they are not needed during
runtime.  This worked for me.

norbert.



reply via email to

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