ZbynÄk Burget wrote:

I try compile Lilypond 2.4.4 on my FreeBSD 5.3

During compilation process i get this error:

./out/lily-guile.o(.text+0x34d8]: In function `ly_gettext(scm_unused_strct*)`: /usr/home/.../lilypond-2.4.4/lily/lily-guile.cc:839: undefined reference to `gettext`


On the OpenBSD port, I have config.make.in patched:
-USER_LDFLAGS = @LDFLAGS@ @GUILE_LDFLAGS@
+USER_LDFLAGS = @LDFLAGS@ @GUILE_LDFLAGS@ -lintl -liconv

I think this is rather hackey, but it does let it compile. (Note that the port is still not yet fully working: noteheads and other symbols don't show up in output, but I don't think that this patch is the cause.)


_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to