POV-Ray : Newsgroups : povray.unix : Cannot link boost thread (libboost v1.59) : Cannot link boost thread (libboost v1.59) Server Time
24 Apr 2024 22:01:06 EDT (-0400)
  Cannot link boost thread (libboost v1.59)  
From: MadKairon
Date: 25 Nov 2015 14:05:01
Message: <web.565605807bc0f81e7d082a680@news.povray.org>
Still trying to compile Master Branch on Raspbian Jessie. As the boost
distribution in the repositry didn't work I removed it, downloaded libboost 1.59
and installed it. ./prebuild.sh goes ok, then configure process fails when
checking boost thread and stops. This is the new error. Is there any way to fix
it?

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 for boostlib >= 1.38... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
checking whether the boost thread library is usable... no
configure: error: in `/home/pi/povray-master':
configure: error: cannot link with the boost thread library
See `config.log' for more details


Post a reply to this message

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