From: Magi Su on
Hello, everyone!

I am using boost::graph to deal with complex networks. One of the job is to
read a dot file, while the simplest way is to use
<boost/graph/graphviz.hpp>, read_graphviz(). I used following instruments:
read_graphviz("karate.dot",ams);
which is depreciated, but still usable. The problem is I cannot link the
file, even using -lboost_graph, reporting the error cannot found
corresponding function. I am certain that in my computer (Debian Lenny/Sid)
the right debs are installed. Any suggestions? Thank you very much!

--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]