Problem Solved: The symbols are in the shared object, and as David mentioned, one must use the -T to see them in a debug library.
The problem was with the intel linker (via eclipse). Apparently the linker will not tell you whether a shared library is actually included using -l<your library> to add to a shared object. One could put in anything and it will just build the .so without mentioning it could not find <your library>. Thanks for your help. Scott -- View this message in context: http://www.nabble.com/boost%3A%3Apython%3A%3Athrow_error_already_set-not-in-library-tp20983772p21021185.html Sent from the Python - c++-sig mailing list archive at Nabble.com. _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig