I'm still trying to compile graph-tool on a SUSE 13.1 machine. I was finally able to configure, make and install everything, at least I thought so, but something went wrong again... when trying to load modules:

>>> import graph_tool.all
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/graph_tool/all.py", line 41, in <module>
    from graph_tool.generation import *
  File "/usr/lib/python2.7/site-packages/graph_tool/generation/__init__.py", line 50, in <module>
    dl_import("from . import libgraph_tool_generation")
  File "/usr/lib/python2.7/site-packages/graph_tool/dl_import.py", line 57, in dl_import
    exec(import_expr, local_dict, global_dict)
  File "<string>", line 1, in <module>
ImportError: libboost_thread.so.1.49.0: cannot open shared object file: No such file or directory
>>>

I attached the configure.log