POV-Ray : Newsgroups : povray.macintosh : mac versions. : Re: mac versions. Server Time
18 May 2024 07:28:09 EDT (-0400)
  Re: mac versions.  
From: David Burnett
Date: 16 Nov 2002 10:43:47
Message: <3dd667b3$1@news.povray.org>
On Thu, 14 Nov 2002 16:28:47 +0000, James Gray wrote:

 
> This is where I lost it.  Make spit out some very strange errors:
> 
> ...
> cc1plus: invalid option `arch=i586'
> cc1plus: invalid option `align-double'
> cc1plus: invalid option `inline-all-stringops'
> cc1plus: bad value (i586) for -mcpu= switch
> make[1]: *** [atmosph.o] Error 1
> make: *** [all-recursive] Error 1

That's interesting, it didn't happen to me.

I think the best way to attack this is to edit the makefile.

I'm guessing here but you need to manually change the line
with the CXXFLAGS on it.

Mine ended up as 

CXXFLAGS = $(NOMULTICHAR) -O3 -maltivec -mtune=powerpc

although I think it started as 

CXXFLAGS = $(NOMULTICHAR) -O3

before I added the gcc 3.x powerpc tuning.

If that doesn't work let me know and I'll post my makefile which
should work.

Dave


Post a reply to this message

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