Building 1.41 for win64 with python

I googled around for this, but didn't find any answers. I'm building 64 bit libraries for visual studio on a 32 bit win XP box and getting the attached linker errors. I get similar results with visual studio 8 and 9. Any thoughts? Thanks, Tom C:\BoostBuilding\boost_1_41_0>"c:\Program Files\boost-jam-3.1.17-1-ntx86\bjam.exe" toolset=msvc-8.0 address-model=64 variant=debug threading=multi link=shared runtime-link=shared stage warning: Building Boost.Regex with the optional Unicode/ICU support disabled. note: Please refer to the Boost.Regex documentation for more information note: this is a strictly optional feature. warning: Graph library does not contain optional GraphML reader. note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the note: directories containing the Expat headers and libraries, respectively. warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message. ...patience... ...patience... ...patience... ...found 6283 targets... ...updating 6 targets... msvc.link.dll bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll Creating library bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib and object bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.exp function.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format numeric.obj : error LNK2019: unresolved external symbol __imp_PyErr_Format referenced in function "void __cdecl boost::python::numeric::`anonymous namespace'::throw_load_failure(void)" (?throw_load_failure@?A0x9ac8f308@numeric@python@boost@@YAXXZ) from_python.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format registry.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format class.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format numeric.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError numeric.obj : error LNK2019: unresolved external symbol __imp_PyErr_Clear referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0x9ac8f308@numeric@python@boost@@YA_N_N@Z) class.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear function.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear numeric.obj : error LNK2019: unresolved external symbol __imp_PyCallable_Check referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0x9ac8f308@numeric@python@boost@@YA_N_N@Z) class.obj : error LNK2001: unresolved external symbol __imp_PyCallable_Check object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString wrapper.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString numeric.obj : error LNK2019: unresolved external symbol __imp_PyObject_GetAttrString referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0x9ac8f308@numeric@python@boost@@YA_N_N@Z) enum.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString class.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString function.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString numeric.obj : error LNK2019: unresolved external symbol __imp_PyImport_Import referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0x9ac8f308@numeric@python@boost@@YA_N_N@Z) numeric.obj : error LNK2019: unresolved external symbol __imp_PyObject_IsInstance referenced in function "public: static bool __cdecl boost::python::numeric::aux::array_object_manager_traits::check(struct _object *)" (?check@array_object_manager_traits@aux@numeric@python@boost@@SA_NPEAU_object@@@Z) from_python.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance class.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance enum.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction class.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction stl_iterator.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction numeric.obj : error LNK2019: unresolved external symbol __imp_PyEval_CallFunction referenced in function "class boost::python::api::object __cdecl boost::python::call<class boost::python::api::object,class boost::python::api::object>(struct _object *,class boost::python::api::object const &,struct boost::type<class boost::python::api::object> *)" (??$call@Vobject@api@python@boost@@V1234@@python@boost@@YA?AVobject@api@01@PEAU_object@@AEBV2301@PEAU?$type@Vobject@api@python@boost@@@1@@Z) list.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction dict.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction str.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallFunction numeric.obj : error LNK2019: unresolved external symbol __imp_PyInt_FromLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<long>::arg_to_python<long>(long const &)" (??0?$arg_to_python@J@converter@python@boost@@QEAA@AEBJ@Z) enum.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong function.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong numeric.obj : error LNK2019: unresolved external symbol __imp_PyBool_FromLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<bool>::arg_to_python<bool>(bool const &)" (??0?$arg_to_python@_N@converter@python@boost@@QEAA@AEB_N@Z) class.obj : error LNK2001: unresolved external symbol __imp_PyBool_FromLong numeric.obj : error LNK2019: unresolved external symbol __imp_PyString_FromStringAndSize referenced in function "public: __cdecl boost::python::converter::arg_to_python<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >::arg_to_python<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$arg_to_python@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@converter@python@boost@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) str.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize wrapper.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct import.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct exec.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct iterator.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct stl_iterator.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct object_protocol.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct object_operators.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct life_support.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct pickle_support.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct module.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct builtin_converters.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct registry.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct enum.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct class.obj : error LNK2019: unresolved external symbol __imp__Py_NoneStruct referenced in function "struct _object * __cdecl boost::python::api::object_base_initializer<bool>(bool const &)" (??$object_base_initializer@_N@api@python@boost@@YAPEAU_object@@AEB_N@Z) function.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct tuple.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct str.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct slice.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct from_python.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct numeric.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct list.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct long.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct dict.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct str.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunction class.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunction list.obj : error LNK2019: unresolved external symbol __imp_PyObject_CallFunction referenced in function "private: static struct boost::python::detail::new_non_null_reference_t * __cdecl boost::python::detail::list_base::call(class boost::python::api::object const &)" (?call@list_base@detail@python@boost@@CAPEAUnew_non_null_reference_t@234@AEBVobject@api@34@@Z) long.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunction dict.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunction tuple.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunction list.obj : error LNK2001: unresolved external symbol __imp_PyList_Type list.obj : error LNK2019: unresolved external symbol __imp_PyList_New referenced in function "protected: __cdecl boost::python::detail::list_base::list_base(void)" (??0list_base@detail@python@boost@@IEAA@XZ) list.obj : error LNK2019: unresolved external symbol __imp_PyList_Append referenced in function "public: void __cdecl boost::python::detail::list_base::append(class boost::python::api::object const &)" (?append@list_base@detail@python@boost@@QEAAXAEBVobject@api@34@@Z) list.obj : error LNK2019: unresolved external symbol __imp_PyInt_AsLong referenced in function "public: long __cdecl boost::python::detail::list_base::index(class boost::python::api::object const &)const " (?index@list_base@detail@python@boost@@QEBAJAEBVobject@api@34@@Z) str.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong class.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong list.obj : error LNK2019: unresolved external symbol __imp_PyList_Insert referenced in function "public: void __cdecl boost::python::detail::list_base::insert(__int64,class boost::python::api::object const &)" (?insert@list_base@detail@python@boost@@QEAAX_JAEBVobject@api@34@@Z) pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred stl_iterator.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred list.obj : error LNK2019: unresolved external symbol __imp_PyErr_Occurred referenced in function "public: void __cdecl boost::python::detail::list_base::insert(class boost::python::api::object const &,class boost::python::api::object const &)" (?insert@list_base@detail@python@boost@@QEAAXAEBVobject@api@34@0@Z) str.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred enum.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred function.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred list.obj : error LNK2019: unresolved external symbol __imp_PyList_Reverse referenced in function "public: void __cdecl boost::python::detail::list_base::reverse(void)" (?reverse@list_base@detail@python@boost@@QEAAXXZ) list.obj : error LNK2019: unresolved external symbol __imp_PyList_Sort referenced in function "public: void __cdecl boost::python::detail::list_base::sort(void)" (?sort@list_base@detail@python@boost@@QEAAXXZ) list.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromLongLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<__int64>::arg_to_python<__int64>(__int64 const &)" (??0?$arg_to_python@_J@converter@python@boost@@QEAA@AEB_J@Z) long.obj : error LNK2001: unresolved external symbol __imp_PyLong_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyLong_Type dict.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type enum.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_New referenced in function "protected: __cdecl boost::python::detail::dict_base::dict_base(void)" (??0dict_base@detail@python@boost@@IEAA@XZ) class.obj : error LNK2001: unresolved external symbol __imp_PyDict_New dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Clear referenced in function "public: void __cdecl boost::python::detail::dict_base::clear(void)" (?clear@dict_base@detail@python@boost@@QEAAXXZ) dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Copy referenced in function "public: class boost::python::dict __cdecl boost::python::detail::dict_base::copy(void)" (?copy@dict_base@detail@python@boost@@QEAA?AVdict@34@XZ) dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_GetItem referenced in function "public: class boost::python::api::object __cdecl boost::python::detail::dict_base::get(class boost::python::api::object const &)const " (?get@dict_base@detail@python@boost@@QEBA?AVobject@api@34@AEBV5634@@Z) function.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItem dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Items referenced in function "public: class boost::python::list __cdecl boost::python::detail::dict_base::items(void)const " (?items@dict_base@detail@python@boost@@QEBA?AVlist@34@XZ) dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Keys referenced in function "public: class boost::python::list __cdecl boost::python::detail::dict_base::keys(void)const " (?keys@dict_base@detail@python@boost@@QEBA?AVlist@34@XZ) dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Update referenced in function "public: void __cdecl boost::python::detail::dict_base::update(class boost::python::api::object const &)" (?update@dict_base@detail@python@boost@@QEAAXAEBVobject@api@34@@Z) dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Values referenced in function "public: class boost::python::list __cdecl boost::python::detail::dict_base::values(void)const " (?values@dict_base@detail@python@boost@@QEBA?AVlist@34@XZ) tuple.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Type pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Type function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New tuple.obj : error LNK2019: unresolved external symbol __imp_PyTuple_New referenced in function "protected: __cdecl boost::python::detail::tuple_base::tuple_base(void)" (??0tuple_base@detail@python@boost@@IEAA@XZ) enum.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New class.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New function.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New str.obj : error LNK2001: unresolved external symbol __imp_PyString_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_Type str.obj : error LNK2019: unresolved external symbol __imp_PyString_FromString referenced in function "protected: __cdecl boost::python::detail::str_base::str_base(void)" (??0str_base@detail@python@boost@@IEAA@XZ) builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString str.obj : error LNK2019: unresolved external symbol __imp_PyObject_CallMethod referenced in function "public: class boost::python::str __cdecl boost::python::detail::str_base::capitalize(void)const " (?capitalize@str_base@detail@python@boost@@QEBA?AVstr@34@XZ) slice.obj : error LNK2019: unresolved external symbol __imp_PySlice_New referenced in function "protected: __cdecl boost::python::detail::slice_base::slice_base(struct _object *,struct _object *,struct _object *)" (??0slice_base@detail@python@boost@@IEAA@PEAU_object@@00@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp_PySlice_New pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject iterator.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject from_python.obj : error LNK2019: unresolved external symbol __imp_PyErr_SetObject referenced in function "void * __cdecl boost::python::converter::rvalue_from_python_stage2(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data &,struct boost::python::converter::registration const &)" (?rvalue_from_python_stage2@converter@python@boost@@YAPEAXPEAU_object@@AEAUrvalue_from_python_stage1_data@123@AEBUregistration@123@@Z) registry.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject class.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject function.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetObject from_python.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError registry.obj : error LNK2019: unresolved external symbol __imp_PyExc_TypeError referenced in function "public: struct _typeobject const * __cdecl boost::python::converter::registration::expected_from_python_type(void)const " (?expected_from_python_type@registration@converter@python@boost@@QEBAPEBU_typeobject@@XZ) class.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError function.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError from_python.obj : error LNK2019: unresolved external symbol __imp_PyString_FromFormat referenced in function "void * __cdecl boost::python::converter::rvalue_from_python_stage2(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data &,struct boost::python::converter::registration const &)" (?rvalue_from_python_stage2@converter@python@boost@@YAPEAXPEAU_object@@AEAUrvalue_from_python_stage1_data@123@AEBUregistration@123@@Z) registry.obj : error LNK2001: unresolved external symbol __imp_PyString_FromFormat enum.obj : error LNK2001: unresolved external symbol __imp_PyString_FromFormat from_python.obj : error LNK2001: unresolved external symbol __imp_PyExc_ReferenceError registry.obj : error LNK2019: unresolved external symbol __imp_PyErr_WarnEx referenced in function "void __cdecl boost::python::converter::registry::insert(struct _object * (__cdecl*)(void const *),struct boost::python::type_info,struct _typeobject const * (__cdecl*)(void))" (?insert@registry@converter@python@boost@@YAXP6APEAU_object@@PEBX@ZUtype_info@34@P6APEBU_typeobject@@XZ@Z) enum.obj : error LNK2019: unresolved external symbol __imp_PyString_AsString referenced in function enum_repr builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString enum.obj : error LNK2001: unresolved external symbol __imp_PyInt_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyInt_Type enum.obj : error LNK2019: unresolved external symbol __imp_PyType_Ready referenced in function "class boost::python::api::object __cdecl boost::python::objects::`anonymous namespace'::new_enum_type(char const *,char const *)" (?new_enum_type@?A0x1830f653@objects@python@boost@@YA?AVobject@api@34@PEBD0@Z) class.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready function.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready life_support.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready enum.obj : error LNK2001: unresolved external symbol __imp_PyType_Type class.obj : error LNK2001: unresolved external symbol __imp_PyType_Type function.obj : error LNK2001: unresolved external symbol __imp_PyType_Type life_support.obj : error LNK2001: unresolved external symbol __imp_PyType_Type function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size enum.obj : error LNK2019: unresolved external symbol __imp_PyObject_Size referenced in function "__int64 __cdecl boost::python::len(class boost::python::api::object const &)" (?len@python@boost@@YA_JAEBVobject@api@12@@Z) function.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue enum.obj : error LNK2019: unresolved external symbol __imp_PyObject_IsTrue referenced in function "public: __cdecl boost::python::api::object_operators<class boost::python::api::object>::operator struct _object * (__cdecl boost::python::api::object::*)(void)const (void)const " (??B?$object_operators@Vobject@api@python@boost@@@api@python@boost@@QEBAP8object@123@EBAPEAU_object@@XZXZ) class.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue function.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue enum.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromUnsignedLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<unsigned int>::arg_to_python<unsigned int>(unsigned int const &)" (??0?$arg_to_python@I@converter@python@boost@@QEAA@AEBI@Z) function.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong class.obj : error LNK2019: unresolved external symbol __imp_PyArg_ParseTupleAndKeywords referenced in function property_init builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString class.obj : error LNK2019: unresolved external symbol __imp_PyErr_SetString referenced in function static_data_descr_set function.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString errors.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString class.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError class.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type class.obj : error LNK2019: unresolved external symbol __imp_PyObject_ClearWeakRefs referenced in function instance_dealloc class.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type class.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type class.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError function.obj : error LNK2019: unresolved external symbol __imp_PyExc_RuntimeError referenced in function "public: __cdecl boost::python::objects::function::function(struct boost::python::objects::py_function const &,struct boost::python::detail::keyword const *,unsigned int)" (??0function@objects@python@boost@@QEAA@AEBUpy_function@123@PEBUkeyword@detail@23@I@Z) pickle_support.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError errors.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError class.obj : error LNK2019: unresolved external symbol __imp_PyType_IsSubtype referenced in function "class boost::python::api::object __cdecl boost::python::objects::`anonymous namespace'::new_class(char const *,unsigned __int64,struct boost::python::type_info const * const,char const *)" (?new_class@?A0x6362b66d@objects@python@boost@@YA?AVobject@api@34@PEBD_KQEBUtype_info@34@0@Z) builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype class.obj : error LNK2019: unresolved external symbol __imp_PyObject_SetAttrString referenced in function "protected: void __cdecl boost::python::objects::class_base::setattr(char const *,class boost::python::api::object const &)" (?setattr@class_base@objects@python@boost@@IEAAXPEBDAEBVobject@api@34@@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString class.obj : error LNK2019: unresolved external symbol __imp_PyCFunction_NewEx referenced in function "protected: void __cdecl boost::python::objects::class_base::def_no_init(void)" (?def_no_init@class_base@objects@python@boost@@IEAAXXZ) class.obj : error LNK2019: unresolved external symbol __imp_PyStaticMethod_New referenced in function "protected: void __cdecl boost::python::objects::class_base::make_method_static(char const *)" (?make_method_static@class_base@objects@python@boost@@IEAAXPEBD@Z) class.obj : error LNK2019: unresolved external symbol __imp_PyMem_Malloc referenced in function "public: static void * __cdecl boost::python::instance_holder::allocate(struct _object *,unsigned __int64,unsigned __int64)" (?allocate@instance_holder@python@boost@@SAPEAXPEAU_object@@_K1@Z) class.obj : error LNK2019: unresolved external symbol __imp_PyMem_Free referenced in function "public: static void __cdecl boost::python::instance_holder::deallocate(struct _object *,void *)" (?deallocate@instance_holder@python@boost@@SAXPEAU_object@@PEAX@Z) class.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromUnsignedLongLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<unsigned __int64>::arg_to_python<unsigned __int64>(unsigned __int64 const &)" (??0?$arg_to_python@_K@converter@python@boost@@QEAA@AEB_K@Z) function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong class.obj : error LNK2019: unresolved external symbol __imp__PyType_Lookup referenced in function class_setattro class.obj : error LNK2019: unresolved external symbol __imp_PyType_GenericAlloc referenced in function "void __cdecl boost::python::objects::`dynamic initializer for 'class_type_object''(void)" (??__Eclass_type_object@objects@python@boost@@YAXXZ) function.obj : error LNK2019: unresolved external symbol __imp_PyTuple_Size referenced in function "public: struct _object * __cdecl boost::python::objects::function::call(struct _object *,struct _object *)const " (?call@function@objects@python@boost@@QEBAPEAU_object@@PEAU5@0@Z) function.obj : error LNK2019: unresolved external symbol __imp_PyDict_Size referenced in function "public: struct _object * __cdecl boost::python::objects::function::call(struct _object *,struct _object *)const " (?call@function@objects@python@boost@@QEBAPEAU_object@@PEAU5@0@Z) function.obj : error LNK2019: unresolved external symbol __imp_PyTuple_GetItem referenced in function "private: void __cdecl boost::python::objects::function::argument_error(struct _object *,struct _object *)const " (?argument_error@function@objects@python@boost@@AEBAXPEAU_object@@0@Z) function.obj : error LNK2019: unresolved external symbol __imp_PyErr_NewException referenced in function "private: void __cdecl boost::python::objects::function::argument_error(struct _object *,struct _object *)const " (?argument_error@function@objects@python@boost@@AEBAXPEAU_object@@0@Z) function.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct function.obj : error LNK2019: unresolved external symbol __imp_PyObject_SetAttr referenced in function "public: static void __cdecl boost::python::objects::function::add_to_namespace(class boost::python::api::object const &,char const *,class boost::python::api::object const &,char const *)" (?add_to_namespace@function@objects@python@boost@@SAXAEBVobject@api@34@PEBD01@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr function.obj : error LNK2001: unresolved external symbol __imp_PyStaticMethod_Type function.obj : error LNK2019: unresolved external symbol __imp_PyObject_GetItem referenced in function "public: static void __cdecl boost::python::objects::function::add_to_namespace(class boost::python::api::object const &,char const *,class boost::python::api::object const &,char const *)" (?add_to_namespace@function@objects@python@boost@@SAXAEBVobject@api@34@PEBD01@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem function.obj : error LNK2001: unresolved external symbol __imp_PyClass_Type function.obj : error LNK2019: unresolved external symbol __imp_PyMethod_New referenced in function function_descr_get function.obj : error LNK2019: unresolved external symbol __imp_PyString_InternFromString referenced in function function_get_name function.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type life_support.obj : error LNK2019: unresolved external symbol __imp_PyWeakref_NewRef referenced in function "struct _object * __cdecl boost::python::objects::make_nurse_and_patient(struct _object *,struct _object *)" (?make_nurse_and_patient@objects@python@boost@@YAPEAU_object@@PEAU4@0@Z) life_support.obj : error LNK2019: unresolved external symbol __imp__PyObject_New referenced in function "struct _object * __cdecl boost::python::objects::make_nurse_and_patient(struct _object *,struct _object *)" (?make_nurse_and_patient@objects@python@boost@@YAPEAU_object@@PEAU4@0@Z) errors.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError errors.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError errors.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError errors.obj : error LNK2019: unresolved external symbol __imp_PyErr_NoMemory referenced in function "int `bool __cdecl boost::python::handle_exception_impl(class python::function0<void>)'::`1'::catch$1" (?catch$1@?0??handle_exception_impl@python@boost@@YA_NV?$function0@X@2@@Z@4HA) module.obj : error LNK2019: unresolved external symbol __imp_Py_InitModule4_64 referenced in function "struct _object * __cdecl boost::python::detail::init_module(char const *,void (__cdecl*)(void))" (?init_module@detail@python@boost@@YAPEAU_object@@PEBDP6AXXZ@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyUnicodeUCS2_FromEncodedObject referenced in function encode_string_unaryfunc builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyBool_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyComplex_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_Type builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyLong_AsLongLong referenced in function "public: static __int64 __cdecl boost::python::converter::`anonymous namespace'::long_long_rvalue_from_python::extract(struct _object *)" (?extract@long_long_rvalue_from_python@?A0x6871ea00@converter@python@boost@@SA_JPEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyLong_AsUnsignedLongLong referenced in function "public: static unsigned __int64 __cdecl boost::python::converter::`anonymous namespace'::unsigned_long_long_rvalue_from_python::extract(struct _object *)" (?extract@unsigned_long_long_rvalue_from_python@?A0x6871ea00@converter@python@boost@@SA_KPEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyComplex_RealAsDouble referenced in function "public: static class std::complex<double> __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_python::extract(struct _object *)" (?extract@complex_rvalue_from_python@?A0x6871ea00@converter@python@boost@@SA?AV?$complex@N@std@@PEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyComplex_ImagAsDouble referenced in function "public: static class std::complex<double> __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_python::extract(struct _object *)" (?extract@complex_rvalue_from_python@?A0x6871ea00@converter@python@boost@@SA?AV?$complex@N@std@@PEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyUnicodeUCS2_AsWideChar referenced in function "public: static class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl boost::python::converter::`anonymous namespace'::wstring_rvalue_from_python::extract(struct _object *)" (?extract@wstring_rvalue_from_python@?A0x6871ea00@converter@python@boost@@SA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyString_Size referenced in function "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl boost::python::converter::`anonymous namespace'::string_rvalue_from_python::extract(struct _object *)" (?extract@string_rvalue_from_python@?A0x6871ea00@converter@python@boost@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyLong_AsUnsignedLong referenced in function "public: static unsigned char __cdecl boost::python::converter::`anonymous namespace'::unsigned_int_rvalue_from_python<unsigned char>::extract(struct _object *)" (?extract@?$unsigned_int_rvalue_from_python@E@?A0x6871ea00@converter@python@boost@@SAEPEAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyUnicodeUCS2_AsUTF8String referenced in function "void __cdecl boost::python::converter::`anonymous namespace'::`dynamic initializer for 'py_unicode_as_string_unaryfunc''(void)" (??__Epy_unicode_as_string_unaryfunc@?A0x6871ea00@converter@python@boost@@YAXXZ) iterator.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration stl_iterator.obj : error LNK2019: unresolved external symbol __imp_PyIter_Next referenced in function "public: void __cdecl boost::python::objects::stl_input_iterator_impl::increment(void)" (?increment@stl_input_iterator_impl@objects@python@boost@@QEAAXXZ) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PyObject_GetAttr referenced in function "class boost::python::api::object __cdecl boost::python::api::getattr(class boost::python::api::object const &,class boost::python::api::object const &)" (?getattr@api@python@boost@@YA?AVobject@123@AEBV4123@0@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PyErr_ExceptionMatches referenced in function "class boost::python::api::object __cdecl boost::python::api::getattr(class boost::python::api::object const &,class boost::python::api::object const &,class boost::python::api::object const &)" (?getattr@api@python@boost@@YA?AVobject@123@AEBV4123@00@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PyObject_SetItem referenced in function "void __cdecl boost::python::api::setitem(class boost::python::api::object const &,class boost::python::api::object const &,class boost::python::api::object const &)" (?setitem@api@python@boost@@YAXAEBVobject@123@00@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PyObject_DelItem referenced in function "void __cdecl boost::python::api::delitem(class boost::python::api::object const &,class boost::python::api::object const &)" (?delitem@api@python@boost@@YAXAEBVobject@123@0@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PySequence_GetSlice referenced in function "struct _object * __cdecl boost::python::api::`anonymous namespace'::apply_slice(struct _object *,struct _object *,struct _object *)" (?apply_slice@?A0xefa54624@api@python@boost@@YAPEAU_object@@PEAU5@00@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyEval_SliceIndex referenced in function "struct _object * __cdecl boost::python::api::`anonymous namespace'::apply_slice(struct _object *,struct _object *,struct _object *)" (?apply_slice@?A0xefa54624@api@python@boost@@YAPEAU_object@@PEAU5@00@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PySequence_SetSlice referenced in function "int __cdecl boost::python::api::`anonymous namespace'::assign_slice(struct _object *,struct _object *,struct _object *,struct _object *)" (?assign_slice@?A0xefa54624@api@python@boost@@YAHPEAU_object@@000@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp_PySequence_DelSlice referenced in function "int __cdecl boost::python::api::`anonymous namespace'::assign_slice(struct _object *,struct _object *,struct _object *,struct _object *)" (?assign_slice@?A0xefa54624@api@python@boost@@YAHPEAU_object@@000@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyObject_RichCompare referenced in function "class boost::python::api::object __cdecl boost::python::api::operator>(class boost::python::api::object const &,class boost::python::api::object const &)" (??Oapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Add referenced in function "class boost::python::api::object __cdecl boost::python::api::operator+(class boost::python::api::object const &,class boost::python::api::object const &)" (??Hapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Subtract referenced in function "class boost::python::api::object __cdecl boost::python::api::operator-(class boost::python::api::object const &,class boost::python::api::object const &)" (??Gapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Multiply referenced in function "class boost::python::api::object __cdecl boost::python::api::operator*(class boost::python::api::object const &,class boost::python::api::object const &)" (??Dapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Divide referenced in function "class boost::python::api::object __cdecl boost::python::api::operator/(class boost::python::api::object const &,class boost::python::api::object const &)" (??Kapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Remainder referenced in function "class boost::python::api::object __cdecl boost::python::api::operator%(class boost::python::api::object const &,class boost::python::api::object const &)" (??Lapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Lshift referenced in function "class boost::python::api::object __cdecl boost::python::api::operator<<(class boost::python::api::object const &,class boost::python::api::object const &)" (??6api@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Rshift referenced in function "class boost::python::api::object __cdecl boost::python::api::operator>>(class boost::python::api::object const &,class boost::python::api::object const &)" (??5api@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_And referenced in function "class boost::python::api::object __cdecl boost::python::api::operator&(class boost::python::api::object const &,class boost::python::api::object const &)" (??Iapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Xor referenced in function "class boost::python::api::object __cdecl boost::python::api::operator^(class boost::python::api::object const &,class boost::python::api::object const &)" (??Tapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Or referenced in function "class boost::python::api::object __cdecl boost::python::api::operator|(class boost::python::api::object const &,class boost::python::api::object const &)" (??Uapi@python@boost@@YA?AVobject@012@AEBV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceAdd referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator+=(class boost::python::api::object &,class boost::python::api::object const &)" (??Yapi@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceSubtract referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator-=(class boost::python::api::object &,class boost::python::api::object const &)" (??Zapi@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceMultiply referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator*=(class boost::python::api::object &,class boost::python::api::object const &)" (??Xapi@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceDivide referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator/=(class boost::python::api::object &,class boost::python::api::object const &)" (??_0api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceRemainder referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator%=(class boost::python::api::object &,class boost::python::api::object const &)" (??_1api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceLshift referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator<<=(class boost::python::api::object &,class boost::python::api::object const &)" (??_3api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceRshift referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator>>=(class boost::python::api::object &,class boost::python::api::object const &)" (??_2api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceAnd referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator&=(class boost::python::api::object &,class boost::python::api::object const &)" (??_4api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceXor referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator^=(class boost::python::api::object &,class boost::python::api::object const &)" (??_6api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceOr referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator|=(class boost::python::api::object &,class boost::python::api::object const &)" (??_5api@python@boost@@YAAEAVobject@012@AEAV3012@AEBV3012@@Z) wrapper.obj : error LNK2019: unresolved external symbol __imp_PyDict_GetItemString referenced in function "protected: class boost::python::override __cdecl boost::python::detail::wrapper_base::get_override(char const *,struct _typeobject *)const " (?get_override@wrapper_base@detail@python@boost@@IEBA?AVoverride@34@PEBDPEAU_typeobject@@@Z) wrapper.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type import.obj : error LNK2019: unresolved external symbol __imp_PyImport_ImportModule referenced in function "class boost::python::api::object __cdecl boost::python::import(class boost::python::str)" (?import@python@boost@@YA?AVobject@api@12@Vstr@12@@Z) exec.obj : error LNK2019: unresolved external symbol __imp_PyRun_StringFlags referenced in function "class boost::python::api::object __cdecl boost::python::eval(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) exec.obj : error LNK2019: unresolved external symbol __imp_PyEval_GetGlobals referenced in function "class boost::python::api::object __cdecl boost::python::eval(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) exec.obj : error LNK2019: unresolved external symbol __imp_PyRun_FileExFlags referenced in function "class boost::python::api::object __cdecl boost::python::exec_file(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) exec.obj : error LNK2019: unresolved external symbol __imp_PyFile_AsFile referenced in function "class boost::python::api::object __cdecl boost::python::exec_file(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) exec.obj : error LNK2019: unresolved external symbol __imp_PyFile_FromString referenced in function "class boost::python::api::object __cdecl boost::python::exec_file(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll : fatal error LNK1120: 138 unresolved externals call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /MACHINE:X64 /subsystem:console /out:"bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll" /IMPLIB:"bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib" /LIBPATH:"C:\Python26\libs" @"bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll.rsp" if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL% ...failed msvc.link.dll bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.pdb... ...removing bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib ...removing bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.pdb ...skipped <pstage\lib>boost_python-vc80-mt-gd-1_41.dll for lack of <pbin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi>boost_python-vc80-mt-gd-1_41.dll... ...skipped <pstage\lib>boost_python-vc80-mt-gd-1_41.lib for lack of <pbin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi>boost_python-vc80-mt-gd-1_41.lib... ...skipped <pstage\lib>boost_python-vc80-mt-gd.lib for lack of <pstage\lib>boost_python-vc80-mt-gd-1_41.lib... ...failed updating 3 targets... ...skipped 3 targets...

Tom Kent <lists <at> teeks99.com> writes:
I googled around for this, but didn't find any answers. I'm building 64 bit libraries for visual studio on a 32 bit win XP box and getting the attached linker errors. I get similar results with visual studio 8 and 9.
Any thoughts?
Are you linking against a 64bit version of the Python libs?
participants (2)
-
Richard Webb
-
Tom Kent