Pierre <[EMAIL PROTECTED]> 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.

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to