Re: [Tuxnes-devel] Compile Failure
Brought to you by:
tmmm
From: Mike M. <mel...@pc...> - 2002-07-31 03:17:05
|
On Tue, 30 Jul 2002, Torsten Howard wrote: > I have version zlib-1.1.4. You mention gzip, I have gzip 1.2.4. > > Both are latest, except that gzip has a patch for a buffer overflow I > haven't installed (I don't run an ftp server). I don't doubt that you have the latest zlib version installed. But as my last email mentioned, is it the only zlib version installed on your system? Run 'locate zlib.h' and 'locate libz.a' on your system to make sure you don't have any extra versions floating around. This stings a lot of users (including me). The first error from your email indicated that the compiler could not find the symbol ZEXPORT which is defined in zconf.h which is included by zlib.h. Just curious, what version of gcc are you using? Thanks... -- -Mike Melanson |