Building of the latest unix povray-3.7.0.beta.38 works fine on a 32 bit
architecture, however it seems there is a problem on a 64 bit platform:
"make" will not link in the "unix" folder due to a missing library.
It turns out that indeed -lboost_thread-mt is missing in the LIBS
list. Adding it by hand allows to finish the "make" and then everything
works fine.
It seems that there is something wrong related to the "configure" stage...
I verified this problem on a clean Fedora 13/Fedora 14 linux install on a
64 bit architecture with all the required "boost" libraries present.
Maurizio Paolini
From: Jim Holsenback
Subject: Re: povray 3.7 rc2, (linux) build fails on x64 architecture, missing -lboost_th=
Date: 7 Jan 2011 17:35:04
Message: <4d279518$1@news.povray.org>
On 01/07/2011 12:22 PM, Maurizio Paolini wrote:
> Building of the latest unix povray-3.7.0.beta.38 works fine on a 32 bit> architecture, however it seems there is a problem on a 64 bit platform:> "make" will not link in the "unix" folder due to a missing library.> > It turns out that indeed -lboost_thread-mt is missing in the LIBS> list. Adding it by hand allows to finish the "make" and then everything> works fine.> > It seems that there is something wrong related to the "configure" stage...> > I verified this problem on a clean Fedora 13/Fedora 14 linux install on a> 64 bit architecture with all the required "boost" libraries present.> > Maurizio Paolini> >
I do believe this has been discussed (and resolved) in the beta-test
news group
Jim Holsenback <jho### [at] povrayorg> wrote:
> On 01/07/2011 12:22 PM, Maurizio Paolini wrote:> >[...]> I do believe this has been discussed (and resolved) in the beta-test> news group
Thank you for pointing this out. I checked that newsgroup and added
a reply in the relevant thread.