Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Error building examples

Subject: CGAL users discussion list

List archive

[cgal-discuss] Error building examples


Chronological Thread 
  • From: Guilherme Kunigami <>
  • To:
  • Subject: [cgal-discuss] Error building examples
  • Date: Wed, 11 Aug 2010 17:38:48 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LtDDF0nWn1D9J8sx6yIhl5vZCi23heQjVjEg50qZP75AeKaV1+zM31wBkHHFl9NqCG 8XzEEs0UaxuQhCpPC13OOoySrXvycJcGyD13a4b/VRVd6sfgfMXxRg34YhgGWyr38jux cmtUpAz1UIq6NSnXaIE+kr1U70KOGuEAMJs1w=

Hi all,

I'm having problems running the examples in CGAL/examples.

First I installed CGAL with

cmake .
makeĀ 
sudo make install

Everything goes fine (except CGAL_Qt3 and CGAL_Qt4, but I think it doesn't matter).

Then, to run an example, I try for example the AABB_tree directory.

There I do

cmake .

andĀ 

make

But in this one I receive an error mesage:

Scanning dependencies of target AABB_custom_example
[ 12%] Building CXX object CMakeFiles/AABB_custom_example.dir/AABB_custom_example.o
Linking CXX executable AABB_custom_example
/usr/local/lib/libCGAL.so: undefined reference to `boost::detail::set_tss_data(void const*, boost::shared_ptr<boost::detail::tss_cleanup_function>, void*, bool)'
collect2: ld returned 1 exit status
make[2]: *** [AABB_custom_example] Error 1
make[1]: *** [CMakeFiles/AABB_custom_example.dir/all] Error 2
make: *** [all] Error 2

It seems that the problem is with boost library, but it didn't showed errors when I was building/installing CGAL.

Does anyone have a clue about this error?

Thanks!
--
Guilherme Kunigami



Archive powered by MHonArc 2.6.16.

Top of Page