Clustr icon indicating copy to clipboard operation
Clustr copied to clipboard

Does not compile with cgal 5 (e.g. on Ubuntu 11.04)

Open conradlee opened this issue 13 years ago • 1 comments

The source does not compile in my copy of Ubuntu 11.04 which is tied to cgal5, but it will compile on ubuntu 10.04, which has cgal 4.

Perhaps the problem is due to the newer version of CGAL that is distributed with 11.04 (cgal 5, whereas CGAL 4 was included in Ubuntu 10.04).

conradlee avatar Jul 26 '11 17:07 conradlee

I had to add the following to the make file

-lgmp

Line 9 that begins with LIBS.

ear9mrn avatar Apr 28 '12 16:04 ear9mrn