On Tue, Dec 08, 2015 at 11:04:13AM +0100, Willem Jan Withagen wrote: > On 4-12-2015 21:11, Willem Jan Withagen wrote: > > One larger problem with libraries I have is the stuff with dlopen. > > In ./configure it seems that most of the code is short-circuited, and -ldl > gets appended in the Makefile.am's by default. The code there is rather hard > to parse. > > FreeBSD has this in libc, so no specific includes needed. > > Now the question is how do I cleanly fix this without breaking just > about every other platform? Could you provide particular examples? Because what I see in the master is usually like below: if LINUX xio_server_LDADD += -ldl endif If you see somewhere -ldl is added unconditionally it is likely to have to be fixed the same way. -- Mykola Golub -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html