Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL auto-link and gmp vs MS Visual C++

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL auto-link and gmp vs MS Visual C++


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL auto-link and gmp vs MS Visual C++
  • Date: Fri, 12 Oct 2007 23:02:56 +0200
  • Organization: Inria, Sophia Antipolis, FRANCE

On Friday 12 October 2007 20:47:29 Segall, Edward wrote:
> When I install CGAL 3.3.1 on a Windows machine under Cygwin using
> install_cgal (rather than using the precompiled installer) and I select
> the Visual C++ 8.0 compiler, it builds just one version of the CGAL
> library. This version is named CGAL.lib. When I then try to build an
> application using this installation, the auto-link mechanism causes a
> link failure because there is no library CGAL-vc80-mt.lib.

If you used install_cgal and Cygwin to compile CGAL, then you should use
nmake
and makefiles to compile your applications. It seems that you tried to
compile a vcproj with Visual, using that CGAL installation.

> [...] Can you advise?

You should tell use why you are using install_cgal, instead of the
precompiled
CGAL shipped with the Windows installer. For unknown reasons, you have
decided to use CGAL under Windows in a non recommanded way.

Best regards,

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)



Archive powered by MHonArc 2.6.16.

Top of Page