Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Install trouble with boost libraries

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Install trouble with boost libraries


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Install trouble with boost libraries
  • Date: Thu, 10 Feb 2011 00:03:19 +0100
  • Organization: GeometryFactory

Le mercredi 09 février 2011 23:45:30, bmcwhort a écrit :
> Hello,
>
> I'm new to CGAL and trying to finish up my first installation, but have
> run into the following problem. I am getting errors about my boost thread
> library not being the one needed for the x86_64 architecture. I have built
> boost with the architecture desired to a few different options, none of
> which work. When I build for bost with the architecture=x86_64 flag set, I
> get all my libraries in a sub folder, but no libboost_thread.dylib library
> is made, just a libboost_thread_mt.dylib. It seems that CGAL is only
> interested in the libboost_thread.dylib library, which is what is confusing
> me. I am using CGAL 3.7, boost 1.45 on a 64 bit Mac running OS 10.6.6. I
> have attached my output from cmake and make for CGAL. Thanks in advance
> for any help.

Your environnement is too difficult for the CMake script that search for
Boost: the first boost-thread library found is one for i386. Modify the CMake
cache directly¹, to fill Boost_THREAD_LIBRARY directory by hand with the
right
value.

¹) Use either the GUI cmake-gui, or ccmake (in text mode), or modify the file
CMakeCache.tx with a text editor.

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



Archive powered by MHonArc 2.6.16.

Top of Page