Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: How to use CGAL functions directly in my source code, without using cmake?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: How to use CGAL functions directly in my source code, without using cmake?


Chronological Thread 
  • From: Yuliya Tarabalka <>
  • To:
  • Subject: [cgal-discuss] Re: How to use CGAL functions directly in my source code, without using cmake?
  • Date: Wed, 5 Oct 2011 14:23:24 -0700 (PDT)

When I start including headers, for instance
#include &lt;CGAL/Exact_predicates_inexact_constructions_kernel.h&gt;

I get an error:

Undefined symbols:
"CGAL::assertion_fail(char const*, char const*, int, char const*)",
referenced from:
__static_initialization_and_destruction_0(int, int)in heap.o
//many similar lines with different object files...
__static_initialization_and_destruction_0(int, int)in
eliminate_artifacts.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [myprogram] Error 1


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-use-CGAL-functions-directly-in-my-source-code-without-using-cmake-tp3875930p3876238.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page