Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Linking error when compile Ridges_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Linking error when compile Ridges_3


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Linking error when compile Ridges_3
  • Date: Mon, 27 Oct 2008 01:39:45 +0100 (CET)

Dear all,

I am experiencing the following linking error when I compile the package of
'Approximation of Ridges and Umbilics' ( $(CGALROOT)\examples\Ridges_3 ):

1>Linking...
1>Compute_Ridges_Umbilics.obj : error LNK2019: unresolved external symbol
_dgelss_ referenced in function "void __cdecl CGAL::LAPACK::dgelss(int *,int
*,int *,double *,int *,double *,int *,double *,double *,int *,double *,int
*,int *)"
(?dgelss@LAPACK@CGAL@@YAXPAH00PAN010110100@Z)
1>Release/Compute_Ridges_Umbilics.exe : fatal error LNK1120: 1 unresolved
externals

I know someone posted this question somedays ago. The only instruction was to
check out if the Lapack libs had been installed. Well, I have installed TAUCS
so I do have a Lapack lib:

$(CGALROOT)\auxiliary\taucs\lib\liblapack.lib

The function 'dgelss' is not defined in the lapack lib? Impossible? I also
tried the offical released the Lapack lib from http://www.netlib.org/lapack/.
The error remains there... I'm really confused. Any suggestion will be
appreciated.

Thanks in advance.

Best


  • [cgal-discuss] Linking error when compile Ridges_3, kevin.kai.xu, 10/27/2008

Archive powered by MHonArc 2.6.16.

Top of Page