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:41:32 +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=qlj1YnX6WIAbyKY11HC0gXzoNYHXE0z3hRf2t97/bJTh+SBOJsijOKsIEusvIkRSDuyvxc1jrXxFt96+KT/VfkMK9OKEL37tPxulrEMfeohIfJXbbOZho+zSJrpyEeWwMY50fHY9UGaMLrpqmZNArRDHMa32vg0yU/PujpuLoJg=

Hi Naderan,

Thanks for your reply.

I recompiled TAUCS by running taucs_win32_for_CGAL.bat in prompt shell
and I didn't create any project. According to
taucs_win32_for_CGAL.bat, source codes of TAUCS will be compiled and
linked with the C++ compiler and linker of VC++8.0.
So I wonder whether TAUCS codes can be compiled correctly with
compiler of VC++8.0. If not, what should I do?

Kevin

On 5/26/08, Mahmood Naderan
<>
wrote:
>
>
> >I'm using VC8 (2005). Is it possible to resolve this problem with VC8.0?
> Hi,
> Can you send a picture of "project properties->linker->general" and "project
> properties->linker->input"?
> -------------------
> Mahmood Naderan
> m_naderan [AT} ce.sharif {DOT) edu
>
>
>
>
> ----- Original Message ----
> From: Kevin Xu
> <>
> To:
>
> Sent: Monday, May 26, 2008 12:35:24 PM
> Subject: Re: [cgal-discuss] Linking error in compiling TAUCS libs
>
> 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
> >
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>



Archive powered by MHonArc 2.6.16.

Top of Page