help-gnu-music
[Top][All Lists]
Advanced

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

Re: kpathsea


From: Mats Bengtsson
Subject: Re: kpathsea
Date: Mon, 30 Apr 2001 19:49:52 +0200

> Salut,
> 
> I try to install Lily V.1.3.15x.
> I use SuSE-6.1, guile 1.4, python 1.5, TexLive 5c.
> The command "./configure"  delivers "error : Cannot find kpathsea
> functions. ".
> (but Tex and Latex are OK).
> 
> What shall I do ? "./configure --without ..." ?

No! The INSTALL.txt mentions a te_kpath package for SuSE, 
try to install it if you haven't already done that.
You also need te_mpost. 

Hmm, now I see that you mention TexLive, whereas te_mpost is
made for the teTeX distribution. Well, TeXLive use the
kpathsea library as well, so it's just a matter of finding
or installing the include and lib files. Try to find a 
directory .../include/kpathsea/ and a file libkpathsea.a
on your system. Let's say that you found them in 
/usr/local/include/kpathsea/ and /usr/local/lib/libkpathsea.a
then, set the environment variables 
CFLAGS = -I/usr/local/include
LDFLAGS = -L/usr/local/lib/
remove the file config.cache and rerun configure.
If you didn't find kpathsea installed, it should be available
(at least in source code form) on the TexLive CD and I wouldn't
be surprised if it works also with the te_kpath package.

       /Mats


   /Mats




reply via email to

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