Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] building CGAL for static runtime

Subject: CGAL users discussion list

List archive

[cgal-discuss] building CGAL for static runtime


Chronological Thread 
  • From: Cody M Rose <>
  • To:
  • Subject: [cgal-discuss] building CGAL for static runtime
  • Date: Thu, 10 Sep 2009 22:31:17 -0700
  • Priority: normal

I need to build CGAL for the static runtime, since another library I'm using
in my project uses it (and I can't change that). I managed to get CGAL itself
built properly (by changing flags in Cmake), but when I try to link my
project, I get a bunch of unresolved externals used in CGAL::Gmpz stuff. From
what I can tell, I'm not building the static version of the Gmpz libraries
(it looks like if you want multithreading, you get dynamic, but I want
multithreaded static.) I couldn't find anything in Cmake having to do with
static versus dynamic Gmpz. How can I do what I want to do?

Cody



Archive powered by MHonArc 2.6.16.

Top of Page