Boost C++ Libraries: Ticket #536: g++ v3.2.3 inker error for read_graphviz ih boost v1.33.1 https://svn.boost.org/trac10/ticket/536 <pre class="wiki">There's a link error when trying to compile the graphviz.cpp example file. Submitters email address is "marioaranha@yahoo.com". Details below: cd .../boost_1_33_1/libs/graph/example g++ -I../../.. graphviz.cpp -L../../../libs/graph/src -lbgl-viz /tmp/ccu7dj8Y.o(.gnu.linkonce.t._ZN5boost13read_graphvizINS_14adjacency_listINS_4vecSES2_NS_11undirectedSENS_8propertyINS_13vertex_name_tESsNS_11no_propertyEEENS4_INS_13edge_weight_tEdS6_EES6_NS_5listSEEEEEbRSiRT_RNS_18dynamic_propertiesERKSs+0x6e): In function `bool boost::read_graphviz&lt;boost::adjacency_list&lt;boost::vecS, boost::vecS, boost::undirectedS, boost::property&lt;boost::vertex_name_t, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, boost::no_property&gt;, boost::property&lt;boost::edge_weight_t, double, boost::no_property&gt;, boost::no_property, boost::listS&gt; &gt;(std::basic_istream&lt;char, std::char_traints&lt;char&gt; &gt;&amp;, boost::adjacency_list&lt;boost::vecS, boost::vecS, boost::undirectedS, boost::property&lt;boost::vertex_name_t, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, boost::no_property&gt;, boost::property&lt;boost::edge_weight_t, double, boost::no_property&gt;, boost::no_property, boost::listS&gt;&amp;, boost::dynamic_properties&amp;, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;)': : undefined reference to `boost::detail::graph::read_graphviz(std::basic_istream&lt;char, std::char_traints&lt;char&gt; &gt;&amp;, boost::detail::graph::mutate_graph&amp;)' collect2: ld returned 1 exit status </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/536 Trac 1.4.3 braillon Wed, 21 Dec 2005 14:55:55 GMT <link>https://svn.boost.org/trac10/ticket/536#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/536#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=1315134 The problem seems to be in graphviz.hpp line 737, method bool read_graphviz(std::istream&amp; in, mutate_graph&amp; graph) is not defines and is not in the library libbgl-viz.[a,so] </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Douglas Gregor</dc:creator> <pubDate>Fri, 15 Dec 2006 21:19:45 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/536#comment:2 https://svn.boost.org/trac10/ticket/536#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=249098 Originator: NO This problem is due to an out-of-date makefile in libs/graph/src; the Boost.Build Jamfile builds work properly with this example. </pre> Ticket