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: Mon, 09 Feb 2009 17:11:55 +0100

Hi,

And the output for g++ with -H option is attached as a file "res.out".

> ...... /tmp/CGAL-3.4/include/CGAL/gmpxx.h
> ....... /usr/include/gmpxx.h
> ........ /usr/local/include/gmp.h

The last file is the culprit. There is a GMP installation in /usr/local which does not match the GMPXX installation in /usr. You should either move the GMP installation in /usr/local/include away (including libs in /usr/local/lib), or you need a consistent GMP+GMPXX+MPFR installation in /usr/local.

Joachim




Archive powered by MHonArc 2.6.16.

Top of Page