POV-Ray : Newsgroups : povray.beta-test : problems linking to boost libraries (linux) : Re: problems linking to boost libraries (linux) Server Time
28 Jul 2024 18:25:46 EDT (-0400)
  Re: problems linking to boost libraries (linux)  
From: Nicolas Calimet
Date: 11 Mar 2009 07:34:20
Message: <49b7a1bc$1@news.povray.org>
> Guess this whole thread can be ignored now, or maybe just as a caution 
> to not use 1.38.

	No, (under linux at least) 1.38 works as well as any boost version since 1.35.

>> All the .a and .so libraries are in /usr/local/lib/, and all the .hpp 
>> headers are in /usr/local/include/boost-1_38/boost/ (and subdirectories)

	Ok, indeed this is what happens by default when installing boost from sources.
Just create a symlink then, e.g.
sudo ln -s /usr/local/include/boost-1_38/boost /usr/local/include/boost

	- NC


Post a reply to this message

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