Results 1 to 2 of 2

Thread: Installing CGAL 4.4 on Ubuntu 14.04

  1. #1
    Join Date
    Jun 2014
    Beans
    1

    Installing CGAL 4.4 on Ubuntu 14.04

    I've been struggling with this issue for 2 days.

    I'm trying to install CGAL-4.4 library by following the instructions here.

    However, when I'm trying to execute an example code provided in the site, I get lots of undefined reference errors.

    Here's what I've tried:

    Code:
    cd CGAL-4.4
    cmake .
    make
    Since it did not work, I've tried using the options here. But still, same errors.

    How can I install CGAL 4.4 and use it with Code::Blocks?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Installing CGAL 4.4 on Ubuntu 14.04

    Do you need 4.4 specifically? 4.2 appears to be available from the Trusty repository

    Beyond that, it's hard to suggest what might be wrong without knowing more about the exact errors you're getting (i.e. what symbols are undefined)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •