Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Strange error when linking against CGAL_ImageIO

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Strange error when linking against CGAL_ImageIO


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Strange error when linking against CGAL_ImageIO
  • Date: Mon, 18 Feb 2013 17:35:53 +0100
  • Organization: GeometryFactory

Le vendredi 15 février 2013 12:29:12 nmitchell a écrit :
> Hello,
>
> Trying to diagnosis a strange error I've been getting. I've been
> attempting to add some functionality to the CGAL python bindings, but
> CGAL_ImageIO.so is giving me trouble. Any time I attempt to execute
> anything that is linked against it, I get the following error>

> [nmitchel@cauchy] (796)$ ./a.out
> ./a.out: symbol lookup error: /scratch/SOFTWARE/lib/libCGAL_ImageIO.so.9:
> undefined symbol:

That error message is really strange. What if you link with zlib too, with
the
following command line:

g++ test.cpp -L/scratch/SOFTWARE/lib -lCGAL_ImageIO -lz


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




Archive powered by MHonArc 2.6.18.

Top of Page