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: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] compile an example code on win32 to produce
  • Date: Wed, 04 Feb 2009 10:14:20 +0100

Kye Wong wrote:
Hi!
yes,i've tried to build the .lib files many times and can only get lib files like: CGAL-vc80-mt-gd.lib,CGAL_PDB-vc80-mt-gd.lib, CGAL_ImageIO-vc80-mt-gd.lib,CGAL_Core-vc80-mt-gd.lib and so on.
I've tried to follow every step in the installation manual and could not get the reason why I can not get the ***-sgd.lib.

Hello Kye,

If you want to use the static runtime, you have to change
the compiler options /MD and MDd to /MT and MTd
the CMAKE_CXX_FLAGS_DEBUG and CMAKE_CXX_FLAGS_RELEASE

http://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx

Note that you then also need static versions of the boost
thread library.

best regards,

andreas


So could you pls give me some hint on how to set or modify the flags in Cmake-gui and how to build ALL-BUILD.proj in VS2005?
Thanks for your help!

On Wed, Feb 4, 2009 at 3:17 PM, Andreas Fabri < <mailto:>> wrote:


Hello,

instead of trying to hack up things you should try to understand
what makes that the libraries didn't get built on your machines.

We tested it heavily, so I am sure you do something wrong.

Did you follow the installation instructions? Did it build
you any libraries at all?

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