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:40:42 EDT (-0400)
  Re: How to build boost to compile POVRay beta 32  
From: Dan Connelly
Date: 13 May 2009 19:11:49
Message: <4A0B53B5.2050007@yahoo.com>
Any resolution on this?  I have the same issue.  It appears to me to be a configure
bug.  Obviously there's no library file called lib_thread-lib_thread (a multithreaded
file name? :)).

Actually, I run:
./configure --with-boost-thread=boost_thread-gcc42-mt COMPILED_BY="yadda@yadda.com"
--prefix=/usr/local

And I get:
configure: error: Could not link against boost_thread-boost_thread-gcc42-mt !


Dan


Wise wrote:
> 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.