lilypond-devel
[Top][All Lists]
Advanced

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

Re: Link failed building 2.5.24


From: Jan Nieuwenhuizen
Subject: Re: Link failed building 2.5.24
Date: Sat, 14 May 2005 16:33:29 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bertalan Fodor writes:

> What libraries are missing?

This symbol is missing:

/netrel/build/lilypond-2.5.24/lily/out/all-font-metrics.o(.text+0xbf1):/netrel/src/lilypond-2.5.24/lily/all-font-metrics.cc:67:
 undefined reference to `_pango_font_description_set_size'

so you can try finding the library doing something like

$ for i in /cygwin/usr/lib/*.a; do i686-cygwin-nm $i --print-file-name; done | 
grep _pango_font_description_set_size

/cygwin/usr/lib/libpango-1.0.dll.a:d000117.o:00000000 I 
__imp__pango_font_description_set_size
/cygwin/usr/lib/libpango-1.0.dll.a:d000117.o:00000000 T 
_pango_font_description_set_size
16:30:57 address@hidden:~

Ie: libpango-1.0  In that case, there seems to be problem with pkg-config,
the output from

    pkg-config --libs pango

should be OK for linking to pango.

> Thanks,

You're welcome.

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]