Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error CGAL


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Error CGAL
  • Date: Sat, 5 Apr 2014 18:37:50 +0200 (CEST)

On Sat, 5 Apr 2014, Alexander wrote:

I have given command line input as g++ -lCGAL -lgmp and it worked well for
the first two cases i.e demos and "Getting started" example but for this it
is not working inspite of giving the same command

"g++ -lCGAL -lgmp" is not the exact command you typed. You also put the file name somewhere, etc. And yes, where you put the file name can matter (it should be before all -l flags). So please don't try to be clever and take shortcuts, just copy-paste the exact commands.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page