From: Le Forgeron
Subject: Re: [unix] boost 1.54 has removed a function needed by POVRAY, a fix
Date: 17 Aug 2013 02:38:50
Message: <520f1a7a$1@news.povray.org>
Le 17/08/2013 05:55, meander nous fit lire :
> This worked for me:> > ../configure COMPILED_BY="your name <email>" --with-boost-thread=boost_thread> LIBS=-lboost_system> > >
That's not specific to 1.54: from 1.50, they failed with the
boost_thread (even -mt), to automatically incorporate boost_system.
"meander" <nomail@nomail> wrote:
> This worked for me:>> ../configure COMPILED_BY="your name <email>" --with-boost-thread=boost_thread> LIBS=-lboost_system
I wanted to do a follow up and point out a configuration for both gcc-4.8.1 on
Debian and LLVM/Clang Trunk. I have llvm/clang 3.3 installed on Debian Sid as
well, so I'm confident it would configure as well.
PLATFORM: DEBIAN SID AMD64
GCC-4.8.1 [default for g++/cc]
..../povray-3.7.0.RC7/configure COMPILED_BY="your name <email>" CXXFLAGS='-O3
-march=native' CC=/usr/bin/cc CFLAGS='-O3 -march=native' CXX=/usr/bin/g++
--with-boost-thread=boost_thread LIBS=-lboost_system
LLVM/Clang Trunk [3.4]:
..../povray-3.7.0.RC7/configure COMPILED_BY="your name <email>" CXXFLAGS='-O3
-march=native' CC=/usr/local/bin/clang CFLAGS='-O3 -march=native'
CXX=/usr/local/bin/clang++ --with-boost-thread=boost_thread LIBS=-lboost_system