On Thu, Dec 01, 2011 at 03:18:53AM +0000, corvid wrote
I just put up an rc at http://www.dillo.org/download/dillo-3.0.2-rc1.tar.bz2
$ sha1sum dillo-3.0.2-rc1.tar.bz2 1d1258ee7d18c8ca0eabaf100f2f611c6be03f87 dillo-3.0.2-rc1.tar.bz2
Please test :)
If all goes well, the idea is to release on Monday...
Building manually in 32-bit Gentoo. I'm building with a script like so... #!/bin/bash export CFLAGS="-O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe" ./configure --enable-ssl > log.txt 2>&1 make make install The CFLAGS line is copied straight from my /etc/make.conf. I notice something during the ./configure stage. Here's an excerpt from the ./configure output... checking for zlib.h... yes checking for zlibVersion in -lz... yes checking for libpng-config... which: no libpng14-config in (/root/bin:/root/bin: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686- pc-linux-gnu/gcc-bin/4.5.3) which: no libpng12-config in (/root/bin:/root/bin:/usr/local/sbin:/usr/local/bin :/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.5.3) /usr/bin/libpng-config checking for libpng version... ERROR checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes As near as I can tell, it's looking for either libpng12 or libpng14, but I have libpng15. Dillo builds and png support works, i.e. I can view png images. Maybe I'm picky, but I wonder about the message. Is it significant? -- Walter Dnes <waltdnes at waltdnes.org>