Han-Wen Nienhuys writes: > this was the case, but the problem is that > > maagd:/sw/src/lilypond-devel-2.5.16-2/lilypond-2.5.16/lily root# > pkg-config --libs fontconfig > > says > > -L/usr/X11R6/lib -lfontconfig > > Both weren't on the command line. I'm actually a little puzzled why > things do compile without a hitch on linux,
I do not understand what `compiles on linux' means, but on my Debian box, I have: -lpangoft2-1.0 and ldd says: ldd /usr/lib/libpangoft2-1.0.so.0.800.1 libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7f8d000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7f5e000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7ef1000) libz.so.1 => /usr/lib/libz.so.1 (0xb7edf000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7eaa000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7ea6000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb7ea3000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7e23000) libm.so.6 => /lib/tls/libm.so.6 (0xb7e01000) libc.so.6 => /lib/tls/libc.so.6 (0xb7ccd000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7cac000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > but I've added a configure check for fontconfig. I do not think that is the correct fix; pkgconfig should take care of that. I guess that it is a compiler bug or pkgconfig/pangoft2 packaging bug. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond