Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Building with a non-standard boost installation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Building with a non-standard boost installation


Chronological Thread 
  • From: Austin Bingham <>
  • To:
  • Subject: [cgal-discuss] Building with a non-standard boost installation
  • Date: Mon, 26 Oct 2009 12:33:04 +0100


Hi all,

I've been trying to build CGAL-3.5(linux 2.6.18, cmake 2.6) against a
non-standard installation of boost-1.37, and I haven't been able to get
the build system to use the proper boost libraries. My cmake invocation
looks like this (paths modified for brevity):

cmake -DBoost_INCLUDE_DIR=/boost/include \
-DBoost_thread_LIBRARY_RELEASE=/boost/lib/libboost_thread_gcc41-mt.so \
-DBoost_thread_LIBRARY_DEBUG=/boost/lib/libboost_thread_gcc41-mt-yd.so \
.

I've tried a few variations on that theme, but the most I can accomplish
is to get cmake to use the specified header location. It never seems to
use the libraries I specify.

If anyone has any ideas on how I can get this to work, I'd really
appreciate it. Thanks!

Austin


DISCLAIMER:
This message contains information that may be privileged or confidential and
is the property of the Roxar Group. It is intended only for the person to
whom it is addressed. If you are not the intended recipient, you are not
authorised to read, print, retain, copy, disseminate, distribute, or use this
message or any part thereof. If you receive this message in error, please
notify the sender immediately and delete all copies of this message.



Archive powered by MHonArc 2.6.16.

Top of Page