On Leopard this worked beautifully for me:
../configure COMPILED_BY="Phil"
make
sudo make install
On Snow Leopard, the configuration script complains with several file-not-found
errors; I was able to work around this by manually setting the ac_cv_prog_egrep
variable in the configure script.
But then "make" poops out early:
gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O3 -march=i686 -mtune=i686
-malign-double -minline-all-stringops -c `test -f 'png.c' || echo './'`png.c
png.c:1: error: CPU you selected does not support x86-64 instruction set
png.c:1: error: -malign-double makes no sense in the 64bit mode
Help!
Post a reply to this message
|