Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cannot open file 'gmp-vc100-mt-gd.lib'

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cannot open file 'gmp-vc100-mt-gd.lib'


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] cannot open file 'gmp-vc100-mt-gd.lib'
  • Date: Tue, 13 Mar 2012 17:07:31 +0100
  • Organization: GeometryFactory

Le mardi 13 mars 2012 08:02:21 gwenm a écrit :
> hello
> when compiling my "hello word, return 0" i get : LINK : fatal error LNK1104:
> cannot open file 'gmp-vc100-mt-gd.lib'
> If i look at the C:\CGAL-3.9_march12\auxiliary\gmp\lib i have 4 files:
> libgmp-10.lib, libgmp-10.dll, libmpfr-4.dll and libmpfr-4.lib
>
> i have configured my compilation using CMake, with unmarked
> cgal_auto_link_gmp and unmarked
> cgal_auto_link_mpfr (i have read this in related post...)
> my pc is Windows7, 64 bits, VC10. I have installed cgal win32 and all is
> compiled with win32 (cgal and my helloword solution.

Define the two macros CGAL_NO_AUTOLINK_GMP and CGAL_NO_AUTOLINK_MPFR.

Or use CGAL-4.0, released this week, because those macro are no longer needed
in CGAL-4.0.

--
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.16.

Top of Page