POV-Ray : Newsgroups : povray.macintosh : building povray on Snow Leopard : building povray on Snow Leopard Server Time
23 Apr 2024 15:46:27 EDT (-0400)
  building povray on Snow Leopard  
From: Phil
Date: 4 Sep 2009 10:10:01
Message: <web.4aa11edeeedac07c608d4cb00@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.