POV-Ray : Newsgroups : povray.unix : Problems compiling 3.7.0.beta.38 on Fedora13 x86_64 : Re: Problems compiling 3.7.0.beta.38 on Fedora13 x86_64 Server Time
7 May 2024 12:17:19 EDT (-0400)
  Re: Problems compiling 3.7.0.beta.38 on Fedora13 x86_64  
From: chris3d
Date: 17 Aug 2010 14:45:00
Message: <web.4c6ad7b0a6e978d650048fb30@news.povray.org>
Le_Forgeron <jgr### [at] freefr> wrote:

> Now the sad note is that configure seems to have hard-coded ".../lib"
> for BOOST_LDFLAGS (and ".../include" for BOOST_CPPFLAGS)
>
> So, if at least you can install the dev-boost in a good looking tree
> (foo/lib & foo/include) you might get some easy way with a basic
> --with-boost=foo

I removed the boost1.41 and boost1.41-devel packages to ensure PovRay will use
my own boostbuild.

I build boost with --prefix=/home/chris/Programme/boost

That gives me:
/home/chris/Programme/boost/lib
/home/chris/Programme/boost/include

I tried different Boost Versions (1.37, 1.43, 1.44) but I didn't get PovRay
configured.

This is the ./configure output for boost with
--with-boost=/home/chris/Programme/boost:

checking for boostlib >= 1.37... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-gcc44-mt-1_37... yes
checking whether the boost thread library is usable... no
configure: error: in `/home/chris/src/povray-3.7.0.beta.38':
configure: error: cannot link with the boost thread library

I can't understand why there is a linking problem with the boost thread library.
I read that other people had this problem but I didn't find any solution.

__
Latest work with PovRay: http://flare3d.de/?page_id=30


Post a reply to this message

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