Bug ID | 1141913 |
---|---|
Summary | libbfd link problem |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | openSUSE Factory |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | marcelo.jimenez@gmail.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Consider the following program: #include <bfd.h> int main(void) { bfd_close(0); return 0; } Compilation results: $ gcc -Wall -lbfd bfdtest.c /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/ccN0TVRu.o: in function `main': bfdtest.c:(.text+0xa): undefined reference to `bfd_close' collect2: error: ld returned 1 exit status $ $ gcc -Wall -lbfd-2.32 bfdtest.c $ Is there a missing link in the latest RPM package? I can no longer find libbfd.so in my system.