Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: cygCGAL-8.dll error on Cygwin

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: cygCGAL-8.dll error on Cygwin


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: cygCGAL-8.dll error on Cygwin
  • Date: Wed, 25 Jan 2012 16:54:39 +0100
  • Organization: GeometryFactory

Le mercredi 25 janvier 2012 07:44:02 slaughter a écrit :
> I tried adding /usr/local/lib, the directory shows up with "echo ${PATH}",
> but I am still getting the same error. I also tried
> /cygdrive/c/cygwin/usr/local/lib and tried adding a copy to the
> /usr/local/bin directory. Same error in all cases.
>
> Is it possible to access the libraries within Cygwin if I install CGAL with
> the Windows CGAL-3.9-Setup.exe? Perhaps this is the way to if building from
> Cygwin directly hasn't been done. I greatly appreciate your quick response
> and assistance.

It may be that the cygCGAL-8.dll is found, but that one requires another
library, that is missing.

Please run:
ldd ./conforming.exe
inside /packages/CGAL-3.9/examples/Mesh_2/, to see what is missing.

--
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.16.

Top of Page