Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] an error: symbol(s) not found for architecture x86_64

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] an error: symbol(s) not found for architecture x86_64


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] an error: symbol(s) not found for architecture x86_64
  • Date: Mon, 15 Sep 2014 14:01:44 +0200 (CEST)

On Mon, 15 Sep 2014, Adam Hopkins wrote:

Dear CGAL users:
I am trying to run a c++ code using CGAL triangulations on Eclipse Luna, but
I have the following compilation error:

This is not specific to CGAL, you need to find a tutorial explaining how to use an arbitrary library. In particular, you are missing flags -lCGAL -lgmp for the linker.

Using cmake, as recommended in CGAL's manual, would handle all that for you.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page