Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] About auto-link TAUCS in CGAL3.3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] About auto-link TAUCS in CGAL3.3


Chronological Thread 
  • From: "Fernando Cacciola" <>
  • To: <>
  • Subject: Re: [cgal-discuss] About auto-link TAUCS in CGAL3.3
  • Date: Thu, 7 Jun 2007 00:29:25 -0300
  • Organization: SciSoft

Hello,

I am migrating my project (VC++ .NET 2003) from CGAL3.2.1 to CGAL3.3.

When I rebuild my project(using taucs libs packaged in CGAL) on the new CGAL, the linker complained that there are redefinitions of _cgal_taucs_available_memory_size:

If the project compiles as-is using CGAL3.2.1 I suspect the probem is that the LAPACK/TAUCS libs are explicitely specified in the linker options.

Do the errors go away if you remove any explicit reference to taucs.lib lapack.lib (etc)?

As explained in the release notes (INSTALL.win32.txt), auto-linking implies that the .libs are automatically selected so you must remove any explicit reference to avoid conflicts.


HTH

Fernando Cacciola
GeometryFactory



Archive powered by MHonArc 2.6.16.

Top of Page