POV-Ray : Newsgroups : povray.unix : Compiling 3.7 on openSUSE 13.1 : Re: Compiling 3.7 on openSUSE 13.1 Server Time
18 Apr 2024 20:27:01 EDT (-0400)
  Re: Compiling 3.7 on openSUSE 13.1  
From: Le Forgeron
Date: 27 Nov 2013 11:01:28
Message: <52961758$1@news.povray.org>
Le 27/11/2013 14:13, Doctor John a écrit :
> When 3.7 was released I compiled it (without the docs) successfully on
> openSUSE 12.3.
> I updated my system to openSUSE 13.1 and now configure fails:
> 
>> checking for boostlib >= 1.37... yes
>> checking whether the Boost::Thread library is available... yes
>> checking for exit in -lboost_thread-mt... yes
>> checking whether the boost thread library is usable... no
>> configure: error: in `/home/john/povray-3.7':
>> configure: error: cannot link with the boost thread library
>> See `config.log' for more details
> 
> BTW I've definitely got boost devel installed
> 
> Any ideas?
> 
> John
> 
add : LIBS="-lboost_system -lboost_thread"
in the ./configure  command

That's an issue with boost > 1.49

-- 
Just because nobody complains does not mean all parachutes are perfect.


Post a reply to this message

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