Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] compile an example code on win32 to produce

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] compile an example code on win32 to produce


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] compile an example code on win32 to produce
  • Date: Wed, 4 Feb 2009 11:38:59 +0100
  • Organization: GeometryFactory

On Wednesday 04 February 2009 11:17:01 Kye Wong wrote:
> Hi Andreas and Laurent:
>
> Does it mean that I just need to rename the built libs with ***-mt and
> ***-mt-gd to ***-s and ***-mt-sgd?

If you have used /MT and /MTd to build them, the answer is yes. The static
runtime is no longer supported by default in the CGAL setup, because CMake
does not support it. Why do you need /MT and /MTd? Cannot you recompile your
applications using /MD? That would be easier than trying to hack cmake to
build /MT versions of CGAL libraries.

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page