On Sat, 20 Aug 2005 16:00:01 +0000 (UTC) "Martin Nilsson (lvl 60) @ Pike (-) developers forum" 10353@lyskom.lysator.liu.se wrote:
Ok, we have a Pike 7.6 beta at http://pike.ida.liu.se/pub/pike/beta/7.6.43-20050820/Pike-v7.6.34.tar.gz
If you find no major flaws we'll release it as is.
The gettext configure script tries to check for gettext in -lintl. On systems without iconv in their libc you need to link to -lintl and -liconv for gettext.
I am not an autoconf expert by any means, so I'm not sure if this is the right way to fix it, but a tiny patch is attached.
The pdflib configure tests fail here as well, because my pdflib wants jpeg linked in, and because you need to do the zlib test before the png test. There's a patch for that included as well.
Adam