Hello Tiago, yes, I did. But to be sure, today, I started all from scratch: I built boost_1.55 again. Afterwards, the libboost_coroutine.so is in directory /usr/local/lib and the headers are in /usr/local/include/boost. I downloaded graph-tool from git via the command you suggested: git clone https://git.skewed.de/count0/graph-tool.git I changed to that directory: cd /home/adminuser/graph-tool Then, I ran the ./autogen.sh command ./autogen.sh It produced this output: gt-autogen-out.log <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4026667/gt-autogen-out.log> And finally, I ran configure: ./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" It produced this output: gt-configure-out.log <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4026667/gt-configure-out.log> That´s it. Do you need further information? Do you check with "configure" just the existence of necessary librariers or also their expected functionality? If the latter is true I will try to check the libboost_coroutine.so with a simple application to be sure it is working as it should. Thanks a lot! Cheers, Nicole -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.