Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Straight Skeleton and undefined symbol

Subject: CGAL users discussion list

List archive

[cgal-discuss] Straight Skeleton and undefined symbol


Chronological Thread 
  • From: Cyril Bordreuil <>
  • To:
  • Subject: [cgal-discuss] Straight Skeleton and undefined symbol
  • Date: Wed, 27 Nov 2013 09:27:00 +0100

Hi everybody
I recently upgrade my gcc compiler and i have a library that use Straight skeleton. All was ok
with gcc4.4 and now with gcc4.7 i have an undefined symbol that i can't identify:
undefined symbol: _ZN4CORE16defBFsqrtAbsPrecE
Have you got any idea about which library is needed? i tried -lm but it doesn't help for this symbol
Thank you for the help
Cyril
Ps: i am sure that it is not a CGAL problem but it appears when i activated the following line:
Straight_skeleton_ptr ss = CGAL::create_interior_straight_skeleton_2(input);



Archive powered by MHonArc 2.6.18.

Top of Page