[haiku-development] Re: Using libboost_thread.so?

  • From: Hamish Morrison <hamish@xxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 04 Feb 2012 20:52:29 +0000

On 04/02/2012 17:48, Andrew Hudson wrote:
I installed Boost 1.47 from haikuware but I have a problem building with it.

I did the standard install to /boot. I can see libboost_thread.so.1.47.0
in /boot/common/lib.

But when I try to link against it I get unresolved symbols  for boost::thread.

I am building POVRay and when I specify it with:
./configure --with-boost-thread=/boot/common/lib I get some odd results:

Looks like it wants the library name (without the lib and the .so), not the directory. Try --with-boost-thread=boost_thread


Other related posts: