Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Is there any problem if I disable the auto-link for TAUCS lib?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Is there any problem if I disable the auto-link for TAUCS lib?


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] Is there any problem if I disable the auto-link for TAUCS lib?
  • Date: Thu, 07 Jun 2007 13:44:31 +0200
  • Organization: INRIA Sophia-Antipolis

Hi,

If converting a vcproj from CGAL 3.2, you should remove the LAPACK/TAUCS libs that are explicitely specified in the linker options.

The auto-link feature for TAUCS in CGAL 3.3 will automatically select the appropriate TAUCS libraries based on the current compiler and the current runtime.
* Supported compilers are: VC++ 7.1 and 8.0.
* Supported runtimes are *release* runtimes: DLL multithread (/MD), Multithread (/MT) and Single thread (/ML).

Due to a conflict with TAUCS, you cannot use *debug* runtimes. You will get a link error if you try.
Note that VC++ can debug an application with a release runtime.

See Taucs_parameterization example in CGAL-3.3\examples\Surface_mesh_parameterization\Parameterization_examples.sln.

Best regards,
Laurent Saboret
INRIA Sophia-Antipolis



a écrit :
I am confused that why the new CGAL provides auto-link for TAUCS? Is there
need to link different taucs libs for different compilers(vc7.1 or vc8.0) and
for different configurations(debug or release, mt dll or other)?

If I disable the auto-link and link one of the libs for every configurations,
is there any problem?

Thank you again!





Archive powered by MHonArc 2.6.16.

Top of Page