Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] dgelss cannot be found CGAL3.5 OSX10.6.2 gcc4.2.1 cmake2.6 taucs

Subject: CGAL users discussion list

List archive

[cgal-discuss] dgelss cannot be found CGAL3.5 OSX10.6.2 gcc4.2.1 cmake2.6 taucs


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] dgelss cannot be found CGAL3.5 OSX10.6.2 gcc4.2.1 cmake2.6 taucs
  • Date: Thu, 19 Nov 2009 12:58:47 +0100 (CET)

Hi,

I am new to CGAL, so please bear with me if this is very elementary, but here
is my problem:

I want to use the Surface Reconstruction from Point Sets package which depends
on TAUCS.

I have successfully built TAUCS for 64-bit using libmetis and libf2c which are
also built for 64-bit Intel.

I am using cmake-gui to define the following cmake variables:
METIS_LIBRARY
TAUCS_LIBRARY
TAUCS_INCLUDE_DIR
TAUCS_LIBRARIES_DIR

libCGAL.4.0.0.dylib builds without any problems.

However, when I try to link against my GCAL lib, I get CGAL::LAPACK::dgelss
cannot be found error from the linker.

Which LAPACK implementation do I need to link CGAL against? I though TAUCS was
already providing the LAPACK methods.

Thanks in advance for your help.

Cheers,
Engin Kurutepe.



Archive powered by MHonArc 2.6.16.

Top of Page