
Hi David, I hope its not a compatability issue. Here are the steps I followed 1. Downloaded python source and compiled with intel compiler. 2. Downloaded boost 1.36 and checkout bgl_python from svn repository of osl.iu.edu. 3. Followed the instructions for building/installing boost, boost.python, and bgl_python. 4. The tests under examples under libs/python/example/ pass. 5. Firedup python and issued command "import boost.graph as bgl". This line fails with 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" 5. Tried several permutation/combination of LD_LIBRARY_PATH and sys.path.append('.. ') but with no success. I also tried with bgl_python in the sandbox and the same issue shows up. Thanks sandeep On Mon, Aug 25, 2008 at 12:20 PM, David Abrahams <dave@boostpro.com> wrote:
on Mon Aug 25 2008, "Sandeep Gupta" <gupta.sandeep-AT-gmail.com> wrote:
Thanks so much for the clarification, Doug.
So my fear stand corrected. Intel compilers are marginalized. Not that there is anything wrong with that, but the documentation (especially bjam's) give the impression that boost can cover all major platforms. The reality however shows a different picture.
If you have suggestion on how to approach this problem please do let me know.
How about posting more detail about what you actually did and the error you actually got? Based on what you've told us so far, I wouldn't jump to the conclusion that it's an Intel compatibility problem.
-- Dave Abrahams BoostPro Computing http://www.boostpro.com _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost