Daniel Senderowicz <[EMAIL PROTECTED]> writes:

> The problem appears with the configure in lilypond-1.3.145 in
> both the gettext and kpathsea checks. In the gettext it seems
> that the configure script does not tell the compiler to include
> the proper library (-lintl)

I think it does try that first.

> nor where to look for it (in my case /usr/pkg/lib).

If this path is not in your gcc's library path, that would probably be
a bug in your gcc setup.  You fix it by doing:

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

> (/usr/pkg/include). Even if it finds it, the procedure would
> probably fail because the configure assumes that kpse_find_file()
> is char while in the <kpathsea/tex-file.h> is defined differently:

no, I think this should work.

> So my question is: how do I modify the configure file(s) so it
> will look for the proper paths for libraries and includes?

I don't know much about *bsd, but if /usr/pkg is a system path, you
should file a bug against gcc, or maybe upgrade.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to