Re: [Tuxnes-devel] Compile Failure
Brought to you by:
tmmm
From: Mike M. <mel...@pc...> - 2002-07-30 16:24:13
|
On Tue, 30 Jul 2002, Torsten Howard wrote: > I'm having difficulty compiling tuxnes. I also have some difficulty > with other emulators, in a similar way. > > It appears that some functions are missing from the the unzip headers, > I'm not sure. Any help appreciated. It looks like the build isn't finding the symbol ZEXPORT. This is defined in zlib. Some questions: 1) Do you have zlib installed? It's reasonable that you do or else the compiler should have thrown an error about not finding zlib.h. 2) Do you have the latest zlib installed? I believe it is v1.1.4. Get it from www.gzip.org. Warning: When you install a new zlib version on a system that has an existing version, make sure that the system is using the newer version. The new version will probably be installed in /usr/local/lib and /usr/local/include while there was an old version in /usr/lib/ and /usr/include. Make sure the old files get deleted and then re-run /sbin/ldconfig. Good luck... -- -Mike Melanson |