Search Criteria
Package Details: mingw-w64-zlib 1.2.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-zlib.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-zlib |
Description: | A compression/decompression Library (mingw-w64) |
Upstream URL: | http://www.zlib.net/ |
Licenses: | custom:zlib |
Submitter: | ekpyron |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 46 |
Popularity: | 0.25 |
First Submitted: | 2012-03-22 22:55 (UTC) |
Last Updated: | 2022-03-29 16:31 (UTC) |
Dependencies (2)
- mingw-w64-crt (mingw-w64-crt-git)
- mingw-w64-gcc (make)
Required by (77)
- mingw-w64-assimp
- mingw-w64-blosc
- mingw-w64-boost-python
- mingw-w64-cgal
- mingw-w64-coin-or-coinutils
- mingw-w64-curl
- mingw-w64-curl-static
- mingw-w64-cximage
- mingw-w64-exiv2
- mingw-w64-ffmpeg
- mingw-w64-ffmpeg-minimal
- mingw-w64-fltk
- mingw-w64-freetype2
- mingw-w64-freetype2-bootstrap
- mingw-w64-freetype2-static
- mingw-w64-freetype2-static-bootstrap
- mingw-w64-gdb
- mingw-w64-glib2
- mingw-w64-gnutls
- mingw-w64-h5hut
Latest Comments
svkampen commented on 2020-12-17 17:17 (UTC)
Oh, also, the sed command in
build()
uses-ie
where it should probably use-i -e
; the e is interpreted as a suffix instead of the-e
flag.svkampen commented on 2020-12-17 17:13 (UTC)
Building this fails for me:
As you can see, it also seems to use the wrong compiler binary (the host gcc).
Adding
CC=${_arch}-gcc
before the ./configure command makes it build successfully.Edric commented on 2015-05-13 15:40 (UTC)
ekpyron commented on 2014-11-27 11:57 (UTC)
beda121 commented on 2014-11-26 09:25 (UTC)
ekpyron commented on 2014-10-30 14:53 (UTC)
xantares commented on 2014-10-30 14:37 (UTC)
ekpyron commented on 2014-02-06 07:20 (UTC)
xantares commented on 2014-02-05 10:53 (UTC)
ant32 commented on 2013-05-02 14:00 (UTC)
ekpyron commented on 2012-05-15 23:23 (UTC)
sseering commented on 2012-05-15 19:56 (UTC)