Created attachment 52914 [details] [review] patch cairo git master @ 8ddecc08a5e4fc43368c01e4e85215962b009b92 Fedora 16; binutils and binutils-devel are installed, /usr/lib/libbfd.a and /usr/include/bfd.h exists. However, the configure check for BFD still fails with this notice in config.log: /usr/lib/libbfd.a(plugin.o): In function `try_load_plugin': (.text+0x53c): undefined reference to `dlopen' /usr/lib/libbfd.a(plugin.o): In function `try_load_plugin': (.text+0x563): undefined reference to `dlsym' /usr/lib/libbfd.a(plugin.o): In function `try_load_plugin': (.text+0x5e9): undefined reference to `dlerror' collect2: ld returned 1 exit status
Sounds like libbfd is not declaring its dependencies.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.