← Back to team overview

dolfin team mailing list archive

CMake fails to find Boost libraries

 

Hello!

CMake currently fails to find the Boost libraries on my computer.

I'm running Ubuntu Karmic and the Boost libraries are installed with apt-get.

If I change the Boost_USE_MULTITHREADED option to ON in CMakeLists.txt:136 it works.

In /usr/lib/ all the the Boost libraries files have the "-mt" suffix :

benjamik@SRL1185:~$ ls -l /usr/lib/libboost_program_options*
[...]
-rw-r--r-- 1 root root 135962 2010-04-15 05:45 /usr/lib/libboost_filesystem-mt.a lrwxrwxrwx 1 root root 32 2010-08-23 23:35 /usr/lib/libboost_filesystem-mt.so -> libboost_filesystem-mt.so.1.38.0 -rw-r--r-- 1 root root 75632 2010-04-15 05:45 /usr/lib/libboost_filesystem-mt.so.1.38.0
-rw-r--r-- 1 root root  995632 2010-04-15 05:45 /usr/lib/libboost_graph-mt.a
[...]

Benjamin



Follow ups