diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /FAQ | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.gz zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.bz2 zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,7 +2,7 @@ | |||
2 | Frequently Asked Questions about zlib | 2 | Frequently Asked Questions about zlib |
3 | 3 | ||
4 | 4 | ||
5 | If your question is not there, please check the zlib home page | 5 | If your question is not there, please check the zlib home page |
6 | http://www.zlib.org which may have more recent information. | 6 | http://www.zlib.org which may have more recent information. |
7 | The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html | 7 | The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html |
8 | 8 | ||
@@ -13,9 +13,10 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html | |||
13 | 13 | ||
14 | 2. Where can I get a Windows DLL version? | 14 | 2. Where can I get a Windows DLL version? |
15 | 15 | ||
16 | The zlib sources can be compiled without change to produce a DLL. If you | 16 | The zlib sources can be compiled without change to produce a DLL. |
17 | want a precompiled DLL, see http://www.winimage.com/zLibDll/ . Questions | 17 | See the file win32/DLL_FAQ.txt in the zlib distribution. |
18 | about the zlib DLL should be sent to Gilles Vollant (info@winimage.com). | 18 | Pointers to the precompiled DLL are found in the zlib web site at |
19 | http://www.zlib.org. | ||
19 | 20 | ||
20 | 3. Where can I get a Visual Basic interface to zlib? | 21 | 3. Where can I get a Visual Basic interface to zlib? |
21 | 22 | ||
@@ -66,7 +67,7 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html | |||
66 | If "make test" produces something like | 67 | If "make test" produces something like |
67 | 68 | ||
68 | example.o(.text+0x154): undefined reference to `gzputc' | 69 | example.o(.text+0x154): undefined reference to `gzputc' |
69 | 70 | ||
70 | check that you don't have old files libz.* in /usr/lib, /usr/local/lib or | 71 | check that you don't have old files libz.* in /usr/lib, /usr/local/lib or |
71 | /usr/X11R6/lib. Remove any old versions, then do "make install". | 72 | /usr/X11R6/lib. Remove any old versions, then do "make install". |
72 | 73 | ||