Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] [Help] symbol lookup error: /usr/local/lib/libCGAL_ImageIO.so.5:

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] [Help] symbol lookup error: /usr/local/lib/libCGAL_ImageIO.so.5:


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] [Help] symbol lookup error: /usr/local/lib/libCGAL_ImageIO.so.5:
  • Date: Mon, 5 Apr 2010 17:31:07 +0200
  • Organization: GeometryFactory

Le Lundi 05 Avril 2010 15:41:52, Saket Jalan a écrit :
> Hello
>
> I tried to build the demo program in Surface Mesher supplied with CGAL lib,
> when i do cmake and make it completes fine.
> But when I run it, it gives error:
>
> ./Surface_mesher: symbol lookup error: /usr/local/lib/libCGAL_ImageIO.so.5:
> undefined symbol:
>
> Plrase help, what m I missing??

That might be a bug in CMake: when it installs the CGAL libraries, they are
stripped. In internal strip function of CMake is probably buggy, because it
damages the libCGAL_ImageIO library. You should copy by hand the file
libCGAL_ImageIO.so.5 from your compilation tree to /usr/local/lib/ (and call
"strip" on it if you want to save space).

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page