--- boost/python/type_id.hpp.orig 2008-06-04 11:11:05.000000000 -0400 +++ boost/python/type_id.hpp 2011-01-15 20:36:15.000000000 -0500 @@ -34,7 +34,8 @@ || defined(_AIX) \ || ( defined(__sgi) && defined(__host_mips)) \ || (defined(__hpux) && defined(__HP_aCC)) \ - || (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC)) + || (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC)) \ + || (defined(__linux__) && defined(__IBMCPP__)) # define BOOST_PYTHON_TYPE_ID_NAME # endif