On Wed, Feb 1, 2012 at 21:22, Natanael Copa <ncopa@xxxxxxxxxxxxxxx> wrote: > sd-daemon.c uses mq_getattr() and should link with -lrt as the > man mq_getattr(3) states. Something seems wrong on your system. The: AC_SEARCH_LIBS([clock_gettime], [rt], ... in configure.ac should take care of that, and puts this in Makefile: LIBS = -lrt ... $(AM_V_CCLD)$(src_udevd_LINK) $(src_udevd_OBJECTS) $(src_udevd_LDADD) $(LIBS) Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html