Excellent. Glad we could get it sorted. Hopefully at some point the
config file will be regenerated in a future version of the package.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242111
Title:
Interesting. It might be worth checking exactly what CGAL is linking
to:
ldd /usr/lib/libCGAL.so
and using the correct ones from here in the config file. Could you
paste a copy of the error message you're getting?
On 16 January 2014 15:33, José Ignacio Carmona Villegas
wrote:
> 2) Already tho
No worries. So try two things:
1) Check that the boost libraries are in the same place that they are on
my system (should be as you're on 64-bit), type:
locate libboost_thread.so
This should come up with /usr/lib/x86_64-linux-gnu/libboost_thread.so
(and possibly other results). Check libboost_
The quickets way is to make the change to line 53 in
/usr/lib/CGAL/CGALConfig.cmake that I've suggested in the original post.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242111
Title:
CGALConfig.
** Tags added: saucy
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242111
Title:
CGALConfig.cmake contains incorrect boost libraries path
To manage notifications about this bug go to:
https://bugs
Public bug reported:
The CGAL CMake config file (/usr/lib/CGAL/CGALConfig.cmake) contains the
pre-saucy boost library paths. Specifically line 53:
set(CGAL_3RD_PARTY_LIBRARIES
"/usr/lib/libboost_thread.so;/usr/lib/libboost_system.so;/usr/lib/x86_64
-linux-gnu/libpthread.so" )
On 64-bit systems,