From: Riccardo S. <unr...@em...> - 2011-07-23 22:44:29
|
tags 615719 patch tags 609079 fixed-upstream thanks Hello Radu and Matei, I was looking about the following debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615719 http://wiki.debian.org/ToolChain/DSOLinking As described in the wiki page above, the linker now doesn't try to guess what libraries could be needed but uses only those passed on the command line. As the indi part of gcx uses zlib but doesn't link explicitely to it, this causes a failure to build the sources on all "recent" debian systems. I've written the attached patch to fix the issue (adding zlib to configure checks). If you like it, would you import in the cvs. Also, as Matei fixed the issue reported in: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609079 (and I'm also attaching a patch fixing minor typos in messages), would you be so kind to release a new version of gcx with those two bugs (and typos) fixed? (even if would be faster for me to release a new debian package with all those fixes, I prefer if you release a new version, so other people using gcx from sources will also receive the patches) regards, Riccardo |