Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] error in install cgal on linux

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error in install cgal on linux


Chronological Thread 
  • From: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] error in install cgal on linux
  • Date: Fri, 15 Jan 2010 13:37:58 +0100
  • Organization: INRIA

mahdavi wrote:
hi all,
I install cgal on linux by instructions in manual cgal ,but I don't run a
simple program by cgal ,I am beginner programmer in linux , when I type
vector_convex_hull_2.cpp in run command ,and follow message is occur:
g++ vector_convex_hull_2.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////////////
...
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
please help me ,may do not install cgal completely or no? thank and best
regard.

You also need to link with the library. Add -lCGAL to the command line.

--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page