Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedron demo problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedron demo problem


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedron demo problem
  • Date: Mon, 18 May 2009 14:30:43 +0200

Sorry, I have no other idea. The same configuration works fine on my Linux
box (Fedora 7).

Regards,
Laurent Saboret


Martial TOLA (CNRS-Liris) a écrit :
Hello

The problem is the fact that
/usr/local/lib/liblapack.a /usr/local/lib/libf77blas.a /usr/local/lib/libcblas.a,

are already the results of the Taucs compilation from cgal site (taucs_full) so I don't understand ?

Thank you.

Laurent Saboret a écrit :
Hi Martial,

The compiler call that issues an error about dgelss links with
/usr/local/lib/liblapack.a /usr/local/lib/libf77blas.a /usr/local/lib/libcblas.a,
which seems correct.

According to the lapack and blas libraries name, you are linking with ATLAS.
Please check the version of ATLAS that you are linking with.
The regular ATLAS library contains only a subset of LAPACK API in liblapack.a, thus may miss dgelss. As you are using TAUCS, my recommendation is to download TAUCS from www.cgal.org/download.html, which contains a full LAPACK library on Linux (and fixes for TAUCS).

Best regards,

--
Laurent Saboret
INRIA Sophia-Antipolis
Project GEOMETRICA
(33) 4 97 15 53 09




Archive powered by MHonArc 2.6.16.

Top of Page