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: Jakob van Bethlehem <>
  • To:
  • Subject: Re: [cgal-discuss] Static vs Shared
  • Date: Mon, 23 Jul 2012 09:59:19 +0200

Hej Panagiotis,

Maybe you need to pass the '-static' option to your compiler when building
your project?

Greetsz, Jakob


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?

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