|
Prev: FRUCTOSE unit test framework status change and article correction
Next: C++0X Its about (y)time
From: Magi Su on 10 Apr 2008 06:22 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! ]
|
Pages: 1 Prev: FRUCTOSE unit test framework status change and article correction Next: C++0X Its about (y)time |