Skip to Content.
Sympa Menu

cgal-discuss - Re: R: [cgal-discuss] building example without CMAKE

Subject: CGAL users discussion list

List archive

Re: R: [cgal-discuss] building example without CMAKE


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: R: [cgal-discuss] building example without CMAKE
  • Date: Wed, 13 Mar 2013 14:55:09 +0100
  • Organization: GeometryFactory

Le mercredi 13 mars 2013 13:10:07 Mario Ponzano a écrit :
> Really thanks Laurent, with that Preprocessor Macro it's ok now.
>
> Only one thing: why am I bound to add to the linker these 2 lib
> C:\dev\CGAL-4.1\auxiliary\gmp\lib\libmpfr-4.lib;
> C:\dev\CGAL-4.1\auxiliary\gmp
>
> \lib\libgmp-10.lib?
>
> Those directories are already in my Library directories.

Because the gmp and mpfr libraries do not use auto-linking. You need to link
with them the usual way.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page