Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Installation issues

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Installation issues


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Installation issues
  • Date: Thu, 11 Oct 2012 15:00:55 +0200
  • Organization: GeometryFactory

Le jeudi 11 octobre 2012 05:20:58 skauf a écrit :
> My boost installation:
> I extracted the latest version of boost for Windows from boost.org, and
> built the binary libraries ("thread" included). The binary libs are under
> C:\Temp\boost_1_51_0\stage\lib so for example I have:
> C:\Temp\boost_1_51_0\stage\lib\libboost_thread-vc100-mt-1_51.lib

That one is the static boost_thread library, version mt, or vc100 (MSVC
2010).
But you are using MSVC 2008. What is more, unless the CMake variable
CGAL_Boost_USE_STATIC_LIBS is set to TRUE, the CGAL CMake scripts search for
the *shared* Boost libraries.

What you want is:

boost_thread-vc90-mt-1_51.lib
and
boost_thread-vc90-mt-1_51.dll

Please set the CMake variable Boost_DEBUG to TRUE. That will help you.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page