POV-Ray : Newsgroups : povray.unix : compiling unix betas under OS X 10.4 : Re: compiling unix betas under OS X 10.4 Server Time
17 May 2024 02:53:03 EDT (-0400)
  Re: compiling unix betas under OS X 10.4  
From: John
Date: 15 Aug 2008 10:30:02
Message: <web.48a5926915b7620135e2aada0@news.povray.org>
"John" <http://www.jcoppens.com/misc/mail.php> wrote:

> checking for exit in -lboost_thread-mt... no
> checking for exit in -lboost_thread-boost_thread-mt... no
> configure: error: Could not link against boost_thread-boost_thread-mt !
>
> And, important, but I forgot to mention this: I have this problem on Linux
> not MacOS.
>
> John

Ok. Solved! The Boost package installed the libraries under another name:

libboost_thread-gcc42-mt.so

so povray couldn't find it. I suspect on MacOS something similar must happen.

so I symlinked:

ln -s libboost_thread-gcc42-mt-1_36.so.1.36.0 libboost_thread-mt.so

and config went well. Now I'm having issues with the compilation...

John


Post a reply to this message

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