Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Linking to "non-standard" boost libraries

Subject: CGAL users discussion list

List archive

[cgal-discuss] Linking to "non-standard" boost libraries


Chronological Thread 
  • From: Austin Bingham <>
  • To:
  • Subject: [cgal-discuss] Linking to "non-standard" boost libraries
  • Date: Mon, 14 Dec 2009 13:25:01 +0100


Hi all,

I've been trying to build CGAL on windows, and I'm having trouble
getting the CGAL build system to link to the correct boost.thread
library. The boost I need to link against is built with support for
debug python (i.e. boost.python is linked to a debug version of
libpython), and this means that my debug boost libraries have the suffix
my-gyd instead of mt-gd.

Try as I might, I can seem to convince the build to link to that
library. After fiddling with FindBoost.cmake, the cmake GUI seemed to
indicate that it was seeing the correct boost.thread lib. However, when
I subsequently compile CGAL and then link to it, I find that CGAL seems
to still be linked to the wrong boost.thread (which *does* exist on my
system, but which I have told CGAL not to use.)

So, does anyone have any idea how I can ensure that CGAL will link with
the right boost.thread? This is driving me a little crazy, but I figure
there must be an answer. Thanks in advance.

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