[Bug 498508] mingw32-zlib does not build mingw32-minizip

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 30 20:46:04 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=498508





--- Comment #3 from Richard W.M. Jones <rjones at redhat.com>  2009-04-30 16:46:03 EDT ---
OK I see now.  First of all I don't think changing the name of the DLL
is a disaster.  If we have to do that, then we have to do it.

Secondly, can you just rename the DLL?  Probably this breaks
linking.

Third idea, do two autoconf builds, something like this:

%build
mkdir build-zip
pushd build-zip
%{_mingw32_configure}
make
popd

mkdir build-minizip
pushd build-minizip
%{_mingw32_configure}
make
popd

-- 
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