POV-Ray : Newsgroups : povray.macintosh : building povray on Snow Leopard Server Time
28 Mar 2024 08:09:29 EDT (-0400)
  building povray on Snow Leopard (Message 1 to 2 of 2)  
From: Phil
Subject: building povray on Snow Leopard
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

From: Thorsten Froehlich
Subject: Re: building povray on Snow Leopard
Date: 4 Sep 2009 12:40:30
Message: <4aa142fe$1@news.povray.org>
Phil wrote:
> On Leopard this worked beautifully for me:
> 
> ../configure COMPILED_BY="Phil"
> make
> sudo make install

> Help!

As you are using the Unix version, you should ask in that group, not here.

	Thorsten


Post a reply to this message

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