bug-lilypond
[Top][All Lists]
Advanced

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

Re: configure bug?


From: Jan Nieuwenhuizen
Subject: Re: configure bug?
Date: Thu, 18 Jul 2002 11:46:38 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Geoffrey Lassner <address@hidden> writes:

> The configure script appears to assume that kpathsea includes and
> libraries are in /usr/include and /usr/lib and does not find them
> when installed in /usr/local/include and /usr/local/lib
>
> The configure script can not find gettext (libintl) which is also 
> located in /usr/local/lib 

That's odd.  A quick test seems to to indicate that it works over
here.  Does your compiler have /usr/local as a preferred prefix?  Try:

    echo '#include <foo>' > foo.c
    cc -v -c foo.c


You can always try configuring doing:

    CFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./configure

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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