Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: mingw32-bzip2 is missing a static package
https://bugzilla.redhat.com/show_bug.cgi?id=665539
Summary: mingw32-bzip2 is missing a static package Product: Fedora Version: 14 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: low Component: mingw32-bzip2 AssignedTo: rjones@redhat.com ReportedBy: amorilia@users.sourceforge.net QAContact: extras-qa@fedoraproject.org CC: lfarkas@lfarkas.org, rjones@redhat.com, fedora-mingw@lists.fedoraproject.org Classification: Fedora
Description of problem: Currently, it is not possible to cross compile against bzip2 statically.
Version-Release number of selected component (if applicable): 1.0.5-8
How reproducible: cat > test.c <<EOF void main() {}; EOF i686-pc-mingw32-gcc -Wl,-Bstatic -lbz2 test.c
Steps to Reproduce: 1. 2. 3.
Actual results: /usr/lib64/gcc/i686-pc-mingw32/4.5.0/../../../../i686-pc-mingw32/bin/ld: cannot find -lbz2 collect2: ld returned 1 exit status
Expected results: The test program compiles successfully.
Additional info: Patch attached.