POV-Ray : Newsgroups : povray.unix : How to build boost to compile POVRay beta 32 : Re: How to build boost to compile POVRay beta 32 Server Time
1 Jun 2024 06:30:01 EDT (-0400)
  Re: How to build boost to compile POVRay beta 32  
From: Wise
Date: 19 May 2009 02:30:00
Message: <web.4a1251b57815111171414fda0@news.povray.org>
This time I use local lab machine to build boost and povray using root account.

boost 1.37 vesrion is installed into /usr/local path;
in Povray 3.7 directory, I used below command

../configure COMPILED_BY="me" --with-boost-thread
OR
../configure COMPILED_BY="me" --with-boost-thread=boost_thread-gcc34-mt

unfortunatelly, all failed and shown:

checking whether to build the boost thread library from sources... no
checking for boostlib >= 1.35... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-gcc34-mt... yes
checking whether the boost thread library is usable... no
configure: error: in `/home/wchen18/povray/povray-3.7.0.beta.32':
configure: error: cannot link with the boost thread library
See `config.log' for more details.

Thanks,
Wise


Post a reply to this message

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