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: Saket Jalan <>
  • To:
  • Subject: Re: [cgal-discuss] [Help] symbol lookup error: /usr/local/lib/libCGAL_ImageIO.so.5:
  • Date: Mon, 5 Apr 2010 21:11:20 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=k9vYee/nJqT2n/kFySmJdPV0Ns9lEBYkC/I+GFeNr4bxi8B7PNY6ybGQ12gxiEg9NR teaCXzw9cydC/Xiv5LveEcUs1txD+NGMD6B2N8pDfSKLORgEzDTaZOY36S+4i5e4SZSw +2EnxZy/u9W9qedWXgNMp0642Y7JrDTsju/MI=

thanks for the reply sir.

I checked /usr/local/lib and the file "libCGAL_ImageIO.so.5" already exist in the folder. Still the same error comes up

On Mon, Apr 5, 2010 at 9:01 PM, Laurent Rineau (GeometryFactory) <> wrote:
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/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




--
Regards
Saket Jalan



Archive powered by MHonArc 2.6.16.

Top of Page