Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Installation issues


Chronological Thread 
  • From: skauf <>
  • To:
  • Subject: [cgal-discuss] Re: Installation issues
  • Date: Thu, 11 Oct 2012 05:20:58 -0700 (PDT)

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

This path is in the search dir of CGAL's cmake:
[ C:/Program Files (x86)/CGAL-4.0.2/cmake/modules/FindBoost.cmake:688 ]
_boost_LIBRARIES_SEARCH_DIRS =
C:/Temp/boost_1_51_0/libs;C:/Temp/boost_1_51_0/lib;C:/Temp/boost_1_51_0/stage/lib;C:/boost/lib;C:/boost;C:/Program
Files (x86)/boost/boost_1_51_0/lib;C:/Program Files
(x86)/boost/boost_1_51/lib;C:/Program Files (x86)/boost;/sw/local/lib

But it still complains that it can't fine boost_thread.

Also, any ideas how to target CGAL for use with MinGW?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Installation-issues-tp4656010p4656012.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page