I am forwarding the reply from Guido about the -lz stuff. Since the Debian is based on `modern ELF *.so', I will fix this issue in the next upload. Thanks.
----- Forwarded message from Guido Draheim <[email protected]> ----- Date: Mon, 22 Jun 2009 09:57:43 +0200 From: Guido Draheim <[email protected]> To: LIU Qi <[email protected]> Subject: Re: problems with the zziplib package of Debian As for the -lz in zziplib, well, this is how zziplib works - it does require zlib and zlib does not install a pkgconfig file by default. If you like to try then you could clear out the usage of pkgconfig declaration in zzip-zlib-config.pc. (removing -lz at compile time when it is needed at runtime will only work on modern ELF *.so based systems that know about NEEDED/RPATH declarations in the binary format. All other unixish systems will probably fail to load the application program based on unresolved symbols from zlib - so for the sake of maximum portability it is better to keep in the declaration series). -- LIU Qi [email protected] [email protected] PGP Key fingerprint: A8C0 860C D8A9 D6FC 551F 6E2C A4AB 763B 00EC 886F -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

