Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: mingw32-dlfcn-static libdl.a has no index
https://bugzilla.redhat.com/show_bug.cgi?id=595006
Summary: mingw32-dlfcn-static libdl.a has no index Product: Fedora Version: 12 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: mingw32-dlfcn AssignedTo: rjones@redhat.com ReportedBy: stebbins@jetheaddev.com QAContact: extras-qa@fedoraproject.org CC: lfarkas@lfarkas.org, berrange@redhat.com, rjones@redhat.com, erik-fedora@vanpienbroek.nl, fedora-mingw@lists.fedoraproject.org Classification: Fedora
Description of problem: When attempting to link with libdl.a this error occurs: /usr/i686-pc-mingw32/sys-root/mingw/lib/libdl.a: could not read symbols: Archive has no index; run ranlib to add one
Version-Release number of selected component (if applicable): Release : 0.7.r11.fc12
Steps to Reproduce: 1. gcc -static somefile.c -o some.exe -ldl
Additional info: running ranlib fixes the problem: # i686-pc-mingw32-ranlib libdl.a