[Bug 665539] New: mingw32-bzip2 is missing a static package

bugzilla at redhat.com bugzilla at redhat.com
Fri Dec 24 15:32:06 UTC 2010


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 at redhat.com
        ReportedBy: amorilia at users.sourceforge.net
         QAContact: extras-qa at fedoraproject.org
                CC: lfarkas at lfarkas.org, rjones at redhat.com,
                    fedora-mingw at 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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the mingw mailing list