Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error on installing CGAL on LINUX CentOS

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error on installing CGAL on LINUX CentOS


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Error on installing CGAL on LINUX CentOS
  • Date: Fri, 18 Apr 2014 10:11:26 +0200 (CEST)

On Thu, 17 Apr 2014, Senadin wrote:

Hello,
Thank you for your fast answer, but I want to know where I have to add
<<<DCGAL DO NOT USE MPZF>>
When I add it in my command line, I receive the message : command is not
found

Possibly easier alternative, edit the file include/CGAL/Mpzf.h, find the line that says:

// GMP before 5.0 doesn't provide mpn_copyi.

And just before it, insert:

// GMP-4.3.0 is missing mpn_sqr.
#ifndef mpn_sqr
#define mpn_sqr(dest,a,n) mpn_mul_n(dest,a,a,n)
#endif

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page