$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-11-14 11:14:03
>Is the graph library not installed as part of the standard
>installation? Perhaps the problem is related to boost_python? Or are
>they installed somewhere else? Is there a separate procedure I'm
>missing?
The Boost Graph library consists of headers only, there are no separate
sources to compile, and hence no libraries to install for it, just include
Boost in your compiler's include path and away you go,
John.