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
17 May 2024 13:40:28 EDT (-0400)
  Re: How to build boost to compile POVRay beta 32  
From: djconnel
Date: 13 May 2009 20:55:00
Message: <web.4a0b6b227815111151fb9e60@news.povray.org>
Well, I successfully compiled on my Ubuntu 9.04 system.  But I also have a Cent
5 (Redhat) system for which there's no boost package about 1.33.  So i
downloaded the boost source, compiled, and installed in /usr/local.  Then I
made sure ldconfig saw /usr/local/lib.  Then I configure with:
../configure --includedir=/usr/local/include --libdir=/usr/local/lib
--with-boost-thread=libboost_thread-gcc41-mt --with-boost=/usr/local
COMPILED_BY="djc### [at] yahoocom" --prefix=/usr/local

It claims it can't find:
libboost_thread-gcc41-mt

% ls -l /usr/local/lib/libboost_thread-gcc41-mt.so
lrwxrwxrwx 1 root root 90 May 13 15:30
/usr/local/lib/libboost_thread-gcc41-mt.so ->
/usr/local/package/Development/libboost/boost_1_39_0/stage/lib/libboost_thread-gcc41-mt.so

Any hints?


Post a reply to this message

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