Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL 3.4 install - vc8 | winXP

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL 3.4 install - vc8 | winXP


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] CGAL 3.4 install - vc8 | winXP
  • Date: Wed, 3 Jun 2009 06:19:01 +0200 (CEST)

I am hoping someone can help diagnose an installation issue I have been having
with CGAL 3.4.

Using cmake, I have successfully compiled CGAL using VC8. (Several times,
with
several different configurations.) Linking to this build, I have been able to
compile various example files. But these example file .exe s fail when run,
with the following error message:

"This application has failed to start because gmp-vc80-mt-gd.dll was not
found.
Re-installing the application may fix this problem."

I am using the precompiled gmp libraries directly from the windows installer.

Looking through the help docs, it appears that windows does not support
dynamic
libraries. But I have not been able to build a static library, even setting
CMAKE_SHARED_LIBS = FALSE . I am hoping someone might be able to point me in
the right direction re: how to address this issue. E.g., is it a static vs.
dynamic library issue. Or is the gmp dll somehow corrupt? Thanks!

- Luke



Archive powered by MHonArc 2.6.16.

Top of Page