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: Kye Wong <>
  • To:
  • Subject: Re: [cgal-discuss] compile an example code on win32 to produce
  • Date: Wed, 4 Feb 2009 22:28:23 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TFlZOU9P3POvKdLmgx0klGZWX9Th8SjXcXOE6ictZvHgoRRmIyv1XneTyiY44PeT+L FD+tJ3uCjbjQCLyrDNepGICaXMN/mWPPdQT/3V3MAy5lpSwDZ0C19b/fOGHcuV3wP1Gt 8hDHvdR83tSP2tQzxA9o2xygbmyITLUy2LCuU=

Hi!
I tried to rename the lib files and noticed that the file related to boost also needs to be reset to ***boost***-s.lib and ***boost***-mt-sgd.lib in cmake-gui.
It seems like changing my application to dynimic link is the only way to use CGAL 3.4,since if i've renamed the related lib files, the examples CGAL provided could not run anymore.Besides,it's really inconvenient for me to rename all these files.
But we know that previous editions of CGAL do not have such kind of problems.Frankly speaking,using CMake to install CGAL 3.4 indeed bring us additional troubles.
 
So I'd like to know that is there any plan to make a change in later edition of CGAL 3.4 pls?
 
Anyway,thanks very much for your kindly help!
On Wed, Feb 4, 2009 at 6:38 PM, Laurent Rineau (GeometryFactory) <> wrote:
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/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



--
Kye Wong



Archive powered by MHonArc 2.6.16.

Top of Page