Hi,
  I am unable to correctly build python bindings for boost graph library. All the relevant code compiles successfully. However when I import boost.graph module within python it fails with following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/../.../bgl-python/lib/python/boost/graph/__init__.py", line 16, in <module>
    from boost.graph._graph import *
ImportError: /../.../bgl-python/lib/python/boost/graph/_graph.so: undefined symbol: _ZN5boost5graph6python11basic_graphINS_11undirectedSEED1Ev

I am using latest bgl, boost_1_35_0, and intel compiler. Python and all code is compiled with intel.

-Thanks
sandeep