Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] gmp-vc90-mt.lib is missing in gmp-5.0.1_and_mpfr-3.0.0_precompiled_i686.zip

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] gmp-vc90-mt.lib is missing in gmp-5.0.1_and_mpfr-3.0.0_precompiled_i686.zip


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] gmp-vc90-mt.lib is missing in gmp-5.0.1_and_mpfr-3.0.0_precompiled_i686.zip
  • Date: Fri, 13 Aug 2010 11:36:50 +0200
  • Organization: GeometryFactory

On Friday 13 August 2010 11:22:20 Parmeet wrote:
> Hi all,
>
> I have downloaded pre-compiled version of gmp and mpfr libraries from
> https://gforge.inria.fr/frs/?group_id=52. I have unzipped the contents in
> gmp directory under the CGAL installed directly. I am using this for
> converting to and from Nef_polyhedrons to polyhedrons as for the kernels of
> Nef_polyhedron.
>
> When i compiled my program, it says that cannot open file
> 'gmp-vc90-mt.lib'. Than i looked up in gmp directory and there is no such
> .lib file there. Could you please suggest me what should be done in this
> case.I shall be grateful.Looking forward to your replies.

If you are using VC8 or VC9, you should install CGAL using the Windows
installer CGAL-3.6.1-Setup.exe, and download the precompiled binaries for
gmp/mpfr with it. My guess is that you are using VC9, because the autolinking
of CGAL asks for files with the infix "vc90".

If you want to use gmp-5.0.1_and_mpfr-3.0.0_precompiled_i686.zip, you need to
set the CMake options CGAL_AUTO_LINK_GMP and CGAL_AUTO_LINK_MPFR to false,
during the CMake configuration, before the compilation of CGAL libraries.
This
setup is not officially supported by the CGAL project in CGAL-3.6.1. It was
added to CGAL-3.6.1 to make an initial support for VC10. In CGAL-3.7, there
will be no longer any autolinking for CGAL dependencies, that will be
provided
in a single variant (release, multi-thread, dynamic runtime: with the flag
/MT).

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