Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem with CGAL instalation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem with CGAL instalation


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] problem with CGAL instalation
  • Date: Wed, 21 Oct 2009 12:02:11 +0200
  • Organization: GeometryFactory

On Wednesday 21 October 2009 11:32:07 pratihast22089 wrote:
> Hi,
>
> I installed the CGAL3.5.
> I am trying to run the simple program.
> when i build the solution it build successfully but whn i am trying to run
> the program , its not running ,
> It gives some message like this:
> This aaplication has failed to start because gmp-vc90-mt-gd.dll was not
> found. Re-installing the application may fix this problem.
> Please help me .

When you use DLLs, you need them to be found at runtime. You can add to the
environment variable PATH the path to the directory that contains gmp-vc90-mt-
gd.dll, or copy that dll in the directory where your executable is. if you
distribute your program to somebody else, you will need to distribute gmp-
vc90-mt-gd.dll as well (and you have the right to do so, under the terms of
the GNU LGPL license).

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