[Bug 1141913] New: libbfd link problem
http://bugzilla.opensuse.org/show_bug.cgi?id=1141913 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. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1141913 http://bugzilla.opensuse.org/show_bug.cgi?id=1141913#c23 Martin Li��ka <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED OS|openSUSE Factory |All --- Comment #23 from Martin Li��ka <martin.liska@suse.com> --- Should be fixed now. -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com