Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Periodic_3_triangulation example linking errors on MacOS 10.9 with Clang 5

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Periodic_3_triangulation example linking errors on MacOS 10.9 with Clang 5


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Periodic_3_triangulation example linking errors on MacOS 10.9 with Clang 5
  • Date: Fri, 15 Nov 2013 06:58:47 +0100
  • Organization: GeometryFactory

On 11/15/2013 02:47 AM, Adam Getchell wrote:

On Nov 14, 2013, at 3:34 AM, Laurent Rineau (CGAL/GeometryFactory)
<>
wrote:


My guess is that the CGAL libraries are linked, but for some reason are binary
incompatible. Have you also compiled the CGAL libraries with the same
compiler? Or do they come from something like "macports", or "brew"? Or did
you compile them with a different version of the compiler (for example before
you upgraded to Darwin 13)?

Laurent,

Thank you very much!

Yes, that was it.

I uninstalled CGAL and all of its dependencies (boost, gmp, mpfr), then
reinstalled:

http://pastebin.com/amRpjqRt

Now everything compiles.

I went back and built boost built c++11 support, and cgal with imaging,
lapack, and eigen3 support. Everything works fine now.

Note that if you have eigen3, lapack is not needed.

Sebastien.

Thanks again!





Archive powered by MHonArc 2.6.18.

Top of Page