Control: tag -1 + patch * Andreas Barth (a...@ayous.org) [141003 10:48]: > Even though the non-working one is longer, it misses -lm -lgmodule-2.0 > -ldl. Of those the -lgmodule-2.0 is the relevant one.
To add this lib I hardcoded the following into configure.in: GUI_LIBS="$GUI_LIBS $COMMON_LIBS `$pkgconfigpath --libs gmodule-2.0`" (instead of GUI_LIBS="$GUI_LIBS $COMMON_LIBS" ). I'm sure it's not nice, but it at least works. A better solution would be appreciated though, but for Debian purposes it might even be good enough already. (To use that, I run autoreconf by dh_autoreconf with the usual patches, and to get that working, I needed to add to configure.in AM_GNU_GETTEXT_VERSION(0.19) (after the AUTOTEXT-macros). But from here on, that's only regular auto-reconfing.) Andi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org