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: Tue, 27 May 2008 09:51:10 +0200

Hi Kevin,

Windows XP 32 bits cannot run 64 bits applications. You should run build_taucs_win32_for_CGAL.bat.

Best regards,
Laurent Saboret


Kevin Xu a écrit :
Hi Saboret,

Thank you for your help. I've downloaded the package taucs_full.zip
from your ftp site.

You provide two .bat files in taucs_full.zip, one for win 32bit and
one for 64bit. According to the CGAL-README.txt, I should run the
win64 one as my IDE is VC++2005. But I have a little confusion. My OS
is window xp (32 bit). Does it matter? My CPU is Intel(R) Core™2 Duo
Processor (may support 64 bit).

Kevin

On 5/26/08, Laurent Saboret
<>
wrote:
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