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: "Kevin Xu" <>
  • To:
  • Subject: Re: [cgal-discuss] Linking error in compiling TAUCS libs
  • Date: Mon, 26 May 2008 17:05:24 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TPv7kwskvGtF3wm9aZ1tssL1dntt+7OdJa3q8PJbGs62PbLBYMevOq260mDjzqo1htRT0YhVoR5oImQ3qLhh/X+O3X5dNkBiIX1if2BhxJq0CGq4GJv9Sb94xOFNv7ZUUtNI2WH54EQT/bZBNiH9Jk4lpXbj0VpeKQctpo2jR0E=

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