Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Visual studio link error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Visual studio link error


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Visual studio link error
  • Date: Thu, 16 Dec 2010 11:55:16 +0100
  • Organization: GeometryFactory

On Wednesday 15 December 2010 18:58:23 Yongquan Yang wrote:
> I was trying to compile the surface reconstruction point 3
> file
> CGAL-3.7\examples\Surface_reconstruction_points_3\poisson_reconstruction_e
> xample.cpp with visual studio 2008.
> When I build the solution, an error occurred:
>
> 1>LINK : fatal error LNK1104: cannot open file 'gmp-vc90-mt-gd.lib'

Are you sure you that you are compiling using the header files of CGAL-3.7?
Since CGAL-3.7, the auto-linking of gmp and mpfr is disabled by default.

> I search my computer and no file named gmp-vc90-mt-gd.lib was found.
> Somebody said this file locates at CGAL-3.7\auxiliary\gmp\lib, but when I
> look at that folder I didn't see the file.

What do you have in CGAL-3.7\auxiliary\gmp\lib\ ?

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