Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Static vs Shared

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Static vs Shared


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Static vs Shared
  • Date: Wed, 25 Jul 2012 08:27:13 +0200

On 07/20/2012 06:34 PM, Panagiotis Foteinos wrote:
Hello.

I built CGAL-4.0.2 with SHARED_LIBRARIES off. So far so good. But when
my projects links to CGAL, I get this:

*******************
No rule to make target `/usr/local/lib/libCGAL.so'
*******************

Indeed, only *.a libraries are under /usr/local/lib . Why it tries to
find shared libraries?
I think it depends on the build system of your project. What are you
using? If you are using cmake, do you think you can provide a minimal
example showing the problem?

Sebastien.


Any ideas?

My project is completely clean, and there is only one version (STATIC
libraries) of CGAL installed in my machine.


Regards,
Panagiotis





Archive powered by MHonArc 2.6.18.

Top of Page