I am trying to install the latest Boost.Python code on a freshly installed Mac OS 10.2 with the Jun or Jul developer's kit + Aug patch. With a very minor fix compilation of the core library goes smoothly, but my first attempt at linking libbpl.dylib failed miserably. See attached log. I'd be grateful if any of the Apple experts out there could help figuring out what is wrong. Ralf c++ -fno-common -no-cpp-precomp -ftemplate-depth-50 -w -g -DNDEBUG -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_V2 -DBOOST_PYTHON_SOURCE -I/net/cci/rwgk/mpl2/boost -I/usr/include/python2.2 -c -o boost/libs/python/src/tuple.o /net/cci/rwgk/mpl2/boost/libs/python/src/tuple.cpp c++ -dynamiclib -o libtbx/libbpl.dylib boost/libs/python/src/list.o boost/libs/python/src/long.o boost/libs/python/src/dict.o boost/libs/python/src/tuple.o boost/libs/python/src/str.o boost/libs/python/src/aix_init_module.o boost/libs/python/src/converter/from_python.o boost/libs/python/src/converter/registry.o boost/libs/python/src/converter/type_id.o boost/libs/python/src/object/enum.o boost/libs/python/src/object/class.o boost/libs/python/src/object/function.o boost/libs/python/src/object/inheritance.o boost/libs/python/src/object/life_support.o boost/libs/python/src/object/pickle_support.o boost/libs/python/src/errors.o boost/libs/python/src/module.o boost/libs/python/src/converter/builtin_converters.o boost/libs/python/src/converter/arg_to_python_base.o boost/libs/python/src/object/iterator.o boost/libs/python/src/object_protocol.o boost/libs/python/src/object_operators.o ld: multiple definitions of symbol _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same boost/libs/python/src/list.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/dict.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/str.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/converter/from_python.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) ld: multiple definitions of symbol _ZZN5boost6python6detail11upcast_implI11_typeobject7_objectEEPT0_PT_S6_E4same boost/libs/python/src/converter/from_python.o definition of _ZZN5boost6python6detail11upcast_implI11_typeobject7_objectEEPT0_PT_S6_E4same in section (__TEXT,__const) boost/libs/python/src/object/enum.o definition of _ZZN5boost6python6detail11upcast_implI11_typeobject7_objectEEPT0_PT_S6_E4same in section (__TEXT,__const) boost/libs/python/src/object/enum.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object/class.o definition of _ZZN5boost6python6detail11upcast_implI11_typeobject7_objectEEPT0_PT_S6_E4same in section (__TEXT,__const) ld: multiple definitions of symbol _ZZN5boost6python6detail11upcast_implI11_typeobjectS3_EEPT0_PT_S5_E4same boost/libs/python/src/object/enum.o definition of _ZZN5boost6python6detail11upcast_implI11_typeobjectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object/class.o definition of _ZZN5boost6python6detail11upcast_implI11_typeobjectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object/class.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object/function.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object/life_support.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object/pickle_support.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/module.o definition of _ZZN5boost6python6detail11upcast_implI11_typeobject7_objectEEPT0_PT_S6_E4same in section (__TEXT,__const) boost/libs/python/src/module.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/converter/builtin_converters.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/converter/arg_to_python_base.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object_protocol.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) boost/libs/python/src/object_operators.o definition of _ZZN5boost6python6detail11upcast_implI7_objectS3_EEPT0_PT_S5_E4same in section (__TEXT,__const) /usr/bin/libtool: internal link edit command failed __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com
participants (1)
-
Ralf W. Grosse-Kunstleve