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: rjo...@redhat.com
        ReportedBy: amori...@users.sourceforge.net
         QAContact: extras...@fedoraproject.org
                CC: lfar...@lfarkas.org, rjo...@redhat.com,
                    fedora-mi...@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.
_______________________________________________
mingw mailing list
mingw@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to