GNOME Bugzilla – Bug 722080
Use -ldl is not portable
Last modified: 2014-01-14 04:19:21 UTC
Some systems do not have libdl, and functions such as dlsym() may already exist in libc. We should check whether it is required to link to libdl, or it will cause error on systems which does not have libdl.
Created attachment 266130 [details] [review] Check whether we actually needs libdl
Thanks Committed to git
It seems the git commit is wrong. -ldl still exists in libseed/Makefile.am, and it does not works on systems which do not have libdl.
patch was playing up here... should be commit now Thanks