Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Linking error in compiling TAUCS libs

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Linking error in compiling TAUCS libs


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] Linking error in compiling TAUCS libs
  • Date: Mon, 26 May 2008 13:30:06 +0200

Hi Kevin,

My latest development version compiles happily with VC++ 2005 (32 and 64
bits).
Feel free to try it:
ftp://ftp-sop.inria.fr/geometrica/lsaboret/cgal/taucs_for_CGAL_3.4_beta1

Best regards,
--
Laurent Saboret
INRIA Sophia-Antipolis


Kevin Xu a écrit :
Hi Saboret,

I'm using VC8 (2005). Is it possible to resolve this problem with VC8.0?

Thank you very much.

Kevin

On 5/26/08, Laurent Saboret
<>
wrote:
Hi Kevin,

A Google search of "error LNK2001: unresolved external symbol __ftol2"
indicates that:
If your source code includes a cast from double to long types, VC7 will
generate a call to _ftol2.

Indeed, build_taucs_win32_for_CGAL.bat expects to be called from a Visual
C++ 7.1 prompt shell (see CGAL-README.TXT).
Which version of VC++ are you using?

Best regards,
--
Laurent Saboret
INRIA Sophia-Antipolis







Archive powered by MHonArc 2.6.16.

Top of Page