Skip to Content.
Sympa Menu

cgal-discuss - CGAL Undefined Reference Errors

Subject: CGAL users discussion list

List archive

CGAL Undefined Reference Errors


Chronological Thread 
  • From: Yacin Nadji <>
  • To:
  • Subject: CGAL Undefined Reference Errors
  • Date: Thu, 6 Mar 2008 00:25:50 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:to:message-id:content-type:from:subject:date:x-mailer; b=xtbLz3d0VFDEPbyOH0QPbuhWoV76o4L9q5UFcP9G9gAE4ZTr3/EgZZSPzGb2ReRmHlMTv0X7DJDbsUlI38YHZ3zT2jiVXHGwWk5IX3QmU6oIriu9+9BFcGS95P8t/JO7CXJLczCElV9xW9YgQ1wpDUCDPPmyYERCJ9U5TJJbeno=

Hello!

I've been placed in charge of a program which uses CGAL to do DNA sequencing. I've had issues getting it to compile, and I'm quite close except I'm getting the errors below:

plotview.o: In function `Min_circle_2<Point*>':
/usr/include/CGAL/Min_circle_2.h:326: undefined reference to `CGAL::default_random'
plotview.o: In function `void CGAL::circumcenter_translateC2<float>(float const&, float const&, float const&, float const&, float&, float&)':
/usr/include/CGAL/constructions/kernel_ftC2.h:60: undefined reference to `CGAL::assertion_fail(char const*, char const*, int, char const*)'
plotview.o: In function `CGAL::Min_circle_2<CGAL::Min_circle_2_traits_2<CGAL::Cartesian<float> > >::compute_circle()':
/usr/include/CGAL/Min_circle_2.h:263: undefined reference to `CGAL::assertion_fail(char const*, char const*, int, char const*)'
collect2: ld returned 1 exit status
make[3]: *** [wcurve] Error 1
make[3]: Leaving directory `/home/ynadji/wcurve/wcurve'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ynadji/wcurve/wcurve'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ynadji/wcurve'
make: *** [all] Error 2

Any ideas?

Yacin



Archive powered by MHonArc 2.6.16.

Top of Page