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
15 May 2024 14:12:00 EDT (-0400)
  Re: How to build boost to compile POVRay beta 32  
From: Wise
Date: 11 May 2009 23:00:00
Message: <web.4a08e4e5781511116467f4c0@news.povray.org>
Thank you very much,
I can go ahead one step now. :)
But still have some issues.

I followed your suggestion and re-install boost 1.38 version. and then turn to
povray folder and type below command:
../configure COMPILED_BY="me"
--prefix=/home/spd/wchen18/povray/povray-3.7.0.beta.32
--with-boost=/home/spd/wchen18/povray/libs/bin

and I got the below information and stop config,

Libraries
---------
checking whether to link with cygwin DLL... no
checking whether to enable static linking... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
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... no
checking for exit in -lboost_thread-boost_thread... no
configure: error: Could not link against boost_thread-boost_thread !


Any suggestion on 'boost_thread-boost-thread'?

Thanks again!
Wise


Post a reply to this message

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