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