Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] question on Installation on unix

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] question on Installation on unix


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] question on Installation on unix
  • Date: Sun, 08 Feb 2009 21:06:31 +0100

Hi,

>>> Actually, it was installed by computer staff in my department. So, now
>>> we have 3.4 installed, but it still doesn't work. We installed using
[...]
> This file is in /tmp/CGAL-3.4/include/CGAL now.

If the file is not in /usr/include/CGAL, then your admins did NOT install the
Debian packages (at least not in a proper way). Did you install CGAL yourself
to
/tmp/GGAL-3.4?

In case of further problems, please post the output of "dpkg -l | grep cgal".
If
you installed CGAL yourself, please post all the steps you performed in order
to
install CGAL. Without you providing the necessary information, I do not see
any
chance to help you.

Anyway you should now be able to build your example with
$g++ -I/tmp/CGAL-3.4/include -frounding-math -L/tmp/CGAL-3.4/lib -lCGAL
abc.cpp
-o abc.out

Note that usually the contents of /tmp get deleted on reboot ...

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page