Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL compiling error undefined reference to `CGAL::assertion_fail

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL compiling error undefined reference to `CGAL::assertion_fail


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL compiling error undefined reference to `CGAL::assertion_fail
  • Date: Mon, 10 Oct 2016 21:17:59 +0200 (CEST)

On Mon, 10 Oct 2016, runningterp wrote:

I just started to learn CGAL. After downloading CGAL-4.9 into my Ubuntu14.04
on Virtualbox, I installed it following the
http://doc.cgal.org/latest/Manual/installation.html, then I wrote a.cpp with
nothing but only include <CGAL/convex_hull_2.h> . I then used the following
command to compile it:

g++ -frounding-math -lCGAL -lCGAL_Core a.cpp

The order of the arguments matters, this one is wrong.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page