Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2002-10-24 17:49:22


> I've just built an Boost.Python extension module using Boost.Build V2
> and also build Boost.Threads, including one example.

Whoa. Too cool!

> This means that all libraries are now buildable on gcc and Milestone
> 2 is almost reached. Only some examples need to be added, some docs
> tweaked and a package created.
>
> Dave, in the meantime, can you check that everything is buildable on
> your machine? I'm especially interested if
>
> bjam --v2 libs/python/example/getting_started1

My current results are enclosed:

 --=-=-= Content-Disposition: attachment; filename=v2.txt
Content-Description: bjam --v2 results

cd c:/boost/
set PATH=/usr/local/gcc-3.2/bin;%PATH% && set LD_LIBRARY_PATH=/usr/local/gcc-3.2/lib && c:/boost/tools/build/jam_src/bin.cygwinx86/bjam --v2 libs/python/example/getting_started1
...patience...
...found 231 targets...
...updating 10 targets...
gcc.compile libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/registry.o
gcc.compile libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o
gcc.compile libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/inheritance.o
gcc.compile libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o
In file included from libs/python/src/converter/builtin_converters.cpp:15:
boost/cast.hpp:178: warning: decimal constant is so large that it is unsigned
gcc.compile libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/iterator.o
gcc.link-dll libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/boost_python.so
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZN5boost6python7numeric35_GLOBAL__N_.._src_numeric.cpphUHPId18throw_load_failureEv':
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:29: undefined reference to `__imp__PyExc_ImportError'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:29: undefined reference to `__imp__PyErr_Format'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZN5boost6python7numeric35_GLOBAL__N_.._src_numeric.cpphUHPId4loadEb':
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:52: undefined reference to `__imp__PyImport_Import'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:55: undefined reference to `__imp__PyObject_GetAttrString'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:57: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:57: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:57: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:60: undefined reference to `__imp__PyObject_GetAttrString'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:62: undefined reference to `__imp__PyCallable_Check'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:77: undefined reference to `__imp__PyErr_Clear'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZN5boost6python7numeric3aux27array_object_manager_traits5checkEP7_object':
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:102: undefined reference to `__imp__PyObject_IsInstance'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZNK5boost6python9converter14extract_rvalueIlEclEv':
/cygdrive/c/boost/libs/python/build/../../../boost/python/extract.hpp(.text$_ZN5boost6python4callINS0_3api6objectES3_EENS0_6detail10returnableIT_E4typeEP7_objectRKT0_PNS_4typeIS6_EE+0x3c): undefined reference to `__imp__PyEval_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZN5boost6python7numeric35_GLOBAL__N_.._src_numeric.cpphUHPId18throw_load_failureEv':
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:29: undefined reference to `__imp__PyEval_CallFunction'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:29: undefined reference to `__imp__PyEval_CallFunction'
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:35: undefined reference to `__imp__PyEval_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZN5boost6python7numeric35_GLOBAL__N_.._src_numeric.cpphUHPId4loadEb':
/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:38: undefined reference to `__imp__PyEval_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o:/cygdrive/c/boost/libs/python/build/../src/numeric.cpp:38: more undefined references to `__imp__PyEval_CallFunction' follow
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o: In function `_ZNK5boost6python9converter14extract_rvalueIlEclEv':
/cygdrive/c/boost/libs/python/build/../../../boost/python/extract.hpp(.text$_ZN5boost6python9converter13arg_to_pythonIbEC1ERKb+0x10): undefined reference to `__imp__PyInt_FromLong'
/cygdrive/c/boost/libs/python/build/../../../boost/python/extract.hpp(.text$_ZN5boost6python9converter13arg_to_pythonIlEC1ERKl+0xf): undefined reference to `__imp__PyInt_FromLong'
/cygdrive/c/boost/libs/python/build/../../../boost/python/extract.hpp(.text$_ZN5boost6python9converter13arg_to_pythonISsEC1ERKSs+0x15): undefined reference to `__imp__PyString_FromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base4callERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:12: undefined reference to `__imp__PyList_Type'
/cygdrive/c/boost/libs/python/build/../src/list.cpp:12: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_baseC2Ev':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:21: undefined reference to `__imp__PyList_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_baseC1Ev':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:21: undefined reference to `__imp__PyList_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base6appendERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:29: undefined reference to `__imp__PyList_Type'
/cygdrive/c/boost/libs/python/build/../src/list.cpp:31: undefined reference to `__imp__PyList_Append'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZNK5boost6python6detail9list_base5countERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:43: undefined reference to `__imp__PyInt_AsLong'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZNK5boost6python6detail9list_base5indexERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:57: undefined reference to `__imp__PyInt_AsLong'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base6insertEiRKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:65: undefined reference to `__imp__PyList_Type'
/cygdrive/c/boost/libs/python/build/../src/list.cpp:67: undefined reference to `__imp__PyList_Insert'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base6insertERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:78: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/list.cpp:79: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base7reverseEv':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:106: undefined reference to `__imp__PyList_Type'
/cygdrive/c/boost/libs/python/build/../src/list.cpp:108: undefined reference to `__imp__PyList_Reverse'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base4sortEv':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:119: undefined reference to `__imp__PyList_Type'
/cygdrive/c/boost/libs/python/build/../src/list.cpp:121: undefined reference to `__imp__PyList_Sort'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_baseC2ERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:25: undefined reference to `__imp__PyEval_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o: In function `_ZN5boost6python6detail9list_base4callERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/list.cpp:12: undefined reference to `__imp__PyInt_FromLong'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/long.o: In function `_ZN5boost6python6detail9long_base4callERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/long.cpp:12: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/long.cpp:12: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/long.o: In function `_ZN5boost6python6detail9long_base4callERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/long.cpp:19: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/long.cpp:19: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/long.o: In function `_ZN5boost6python6detail9long_baseC2Ev':
/cygdrive/c/boost/libs/python/build/../src/long.cpp:29: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/long.cpp:29: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/long.o: In function `_ZN5boost6python6detail9long_baseC1Ev':
/cygdrive/c/boost/libs/python/build/../src/long.cpp:29: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/long.cpp:29: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python6detail9dict_base4callERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:28: undefined reference to `__imp__PyDict_Type'
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:28: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python6detail9dict_baseC2Ev':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:35: undefined reference to `__imp__PyDict_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python6detail9dict_baseC1Ev':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:35: undefined reference to `__imp__PyDict_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python6detail9dict_base5clearEv':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:44: undefined reference to `__imp__PyDict_Clear'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python6detail9dict_base4copyEv':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:53: undefined reference to `__imp__PyDict_Copy'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZNK5boost6python6detail9dict_base3getERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:68: undefined reference to `__imp__PyDict_GetItem'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZNK5boost6python6detail9dict_base5itemsEv':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:91: undefined reference to `__imp__PyDict_Items'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZNK5boost6python6detail9dict_base4keysEv':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:119: undefined reference to `__imp__PyDict_Keys'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python6detail9dict_base6updateERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:149: undefined reference to `__imp__PyDict_Update'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZNK5boost6python6detail9dict_base6valuesEv':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp:162: undefined reference to `__imp__PyDict_Values'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o: In function `_ZN5boost6python7extractIbED1Ev':
/cygdrive/c/boost/libs/python/build/../src/dict.cpp(.text$_ZN5boost6python6detail32_GLOBAL__N_.._src_dict.cppsYNSId11check_exactEPKNS1_9dict_baseE+0x16): undefined reference to `__imp__PyDict_Type'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/tuple.o: In function `_ZN5boost6python6detail10tuple_base4callERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/tuple.cpp:7: undefined reference to `__imp__PyTuple_Type'
/cygdrive/c/boost/libs/python/build/../src/tuple.cpp:7: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/tuple.o: In function `_ZN5boost6python6detail10tuple_baseC2Ev':
/cygdrive/c/boost/libs/python/build/../src/tuple.cpp:14: undefined reference to `__imp__PyTuple_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/tuple.o: In function `_ZN5boost6python6detail10tuple_baseC1Ev':
/cygdrive/c/boost/libs/python/build/../src/tuple.cpp:14: undefined reference to `__imp__PyTuple_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZN5boost6python6detail8str_base4callERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:8: undefined reference to `__imp__PyString_Type'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:8: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZN5boost6python6detail8str_baseC2Ev':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:15: undefined reference to `__imp__PyString_FromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZN5boost6python6detail8str_baseC1Ev':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:15: undefined reference to `__imp__PyString_FromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZN5boost6python6detail8str_baseC2EPKc':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:19: undefined reference to `__imp__PyString_FromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZN5boost6python6detail8str_baseC1EPKc':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:19: undefined reference to `__imp__PyString_FromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base10capitalizeEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:47: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base6centerERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:48: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base8endswithERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:97: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:98: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base10expandtabsEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:103: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base10expandtabsERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:104: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base4findERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:108: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:109: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base4findERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:116: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:117: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base4findERKNS0_3api6objectES6_S6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:124: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:125: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5indexERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:132: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:133: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5indexERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:140: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:141: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5indexERKNS0_3api6objectES6_S6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:148: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:149: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7isalnumEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:156: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:157: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7isalphaEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:164: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:165: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7isdigitEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:172: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:173: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7islowerEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:180: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:181: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7isspaceEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:188: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:189: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7istitleEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:196: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:197: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7isupperEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:204: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:205: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base4joinERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:210: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5ljustERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:211: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5lowerEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:212: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base6lstripEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:213: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base7replaceERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:214: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o:/cygdrive/c/boost/libs/python/build/../src/str.cpp:215: more undefined references to `__imp__PyObject_CallMethod' follow
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5rfindERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:219: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:220: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5rfindERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:227: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:228: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5rfindERKNS0_3api6objectES6_S6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:235: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:236: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base6rindexERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:243: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:244: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base6rindexERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:251: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:252: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base6rindexERKNS0_3api6objectES6_S6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:259: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:260: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5rjustERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:265: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base6rstripEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:266: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base10startswithERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:295: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:296: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base10startswithERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:303: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:304: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base10startswithERKNS0_3api6objectES6_S6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:311: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/build/../src/str.cpp:312: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5stripEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:317: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base8swapcaseEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:318: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base5titleEv':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:319: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base9translateERKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:320: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o: In function `_ZNK5boost6python6detail8str_base9translateERKNS0_3api6objectES6_':
/cygdrive/c/boost/libs/python/build/../src/str.cpp:321: undefined reference to `__imp__PyObject_CallMethod'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o:/cygdrive/c/boost/libs/python/build/../src/str.cpp:322: more undefined references to `__imp__PyObject_CallMethod' follow
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o: In function `_ZN5boost6python9converter25rvalue_from_python_stage2EP7_objectRNS1_30rvalue_from_python_stage1_dataERKNS1_12registrationE':
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:93: undefined reference to `__imp__PyString_FromFormat'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:95: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:95: undefined reference to `__imp__PyErr_SetObject'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o: In function `_ZN5boost6python9converter95_GLOBAL__N__ZN5boost6python9converter25rvalue_from_python_stage1EP7_objectRKNS1_12registrationE27throw_no_lvalue_from_pythonEP7_objectRKNS1_12registrationEPKc':
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:184: undefined reference to `__imp__PyString_FromFormat'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:186: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:186: undefined reference to `__imp__PyErr_SetObject'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o: In function `_ZN5boost6python9converter95_GLOBAL__N__ZN5boost6python9converter25rvalue_from_python_stage1EP7_objectRKNS1_12registrationE25lvalue_result_from_pythonEP7_objectRKNS1_12registrationEPKc':
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:203: undefined reference to `__imp__PyString_FromFormat'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:205: undefined reference to `__imp__PyExc_ReferenceError'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:205: undefined reference to `__imp__PyErr_SetObject'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o: In function `_ZN5boost6python9converter26pointer_result_from_pythonEP7_objectRKNS1_12registrationE':
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:239: undefined reference to `__imp___Py_NoneStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o: In function `_ZN5boost6python9converter25throw_no_class_registeredEv':
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:249: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:249: undefined reference to `__imp__PyErr_SetString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o: In function `_ZN5boost6python12pytype_checkEP11_typeobjectP7_object':
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:265: undefined reference to `__imp__PyObject_IsInstance'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:273: undefined reference to `__imp__PyString_FromFormat'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:274: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/converter/from_python.cpp:274: undefined reference to `__imp__PyErr_SetObject'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/enum.o: In function `enum_print.0':
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:42: undefined reference to `__imp__PyString_AsString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/enum.o: In function `enum_repr.1':
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:56: undefined reference to `__imp__PyString_FromFormat'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:60: undefined reference to `__imp__PyString_AsString'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:64: undefined reference to `__imp__PyString_FromFormat'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/enum.o: In function `enum_str.2':
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:73: undefined reference to `__imp__PyInt_Type'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/enum.o: In function `_ZN5boost6python7objects39_GLOBAL__N_.._src_object_enum.cpp9NWfnc13new_enum_typeEPKc':
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:135: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:136: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:137: undefined reference to `__imp__PyType_Ready'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:141: undefined reference to `__imp__PyType_Type'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/enum.o: In function `enum_print.0':
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:38: undefined reference to `__imp__PyTuple_New'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:48: undefined reference to `__imp__PyObject_RichCompareBool'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:46: undefined reference to `__imp__PyEval_CallFunction'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:36: undefined reference to `__imp__PyDict_Type'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:38: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:36: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/enum.cpp:40: undefined reference to `__imp___Py_NoneStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects14class_metatypeEv':
/cygdrive/c/boost/libs/python/src/object/class.cpp:119: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:120: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:121: undefined reference to `__imp__PyType_Ready'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `instance_dealloc.0':
/cygdrive/c/boost/libs/python/src/object/class.cpp:144: undefined reference to `__imp__PyObject_ClearWeakRefs'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `instance_new.1':
/cygdrive/c/boost/libs/python/src/object/class.cpp:156: undefined reference to `__imp__PyObject_GetAttrString'
/cygdrive/c/boost/libs/python/src/object/class.cpp:160: undefined reference to `__imp__PyInt_AsLong'
/cygdrive/c/boost/libs/python/src/object/class.cpp:164: undefined reference to `__imp__PyErr_Clear'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `instance_get_dict.2':
/cygdrive/c/boost/libs/python/src/object/class.cpp:182: undefined reference to `__imp__PyDict_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects10class_typeEv':
/cygdrive/c/boost/libs/python/src/object/class.cpp:255: undefined reference to `__imp__PyBaseObject_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:256: undefined reference to `__imp__PyType_Ready'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects13module_prefixEv':
/cygdrive/c/boost/libs/python/src/object/class.cpp:285: undefined reference to `__imp__PyModule_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:285: undefined reference to `__imp__PyObject_IsInstance'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects49_GLOBAL__N_libs_python_src_object_class.cpphebWId9get_classENS0_9type_infoE':
/cygdrive/c/boost/libs/python/src/object/class.cpp:316: undefined reference to `__imp__PyExc_RuntimeError'
/cygdrive/c/boost/libs/python/src/object/class.cpp:316: undefined reference to `__imp__PyErr_SetObject'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects10class_base12add_propertyEPKcRKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/src/object/class.cpp:393: undefined reference to `__imp__PyProperty_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:393: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects10class_base12add_propertyEPKcRKNS0_3api6objectES8_':
/cygdrive/c/boost/libs/python/src/object/class.cpp:402: undefined reference to `__imp__PyProperty_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:402: undefined reference to `__imp__PyObject_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects10class_base7setattrEPKcRKNS0_3api6objectE':
/cygdrive/c/boost/libs/python/src/object/class.cpp:409: undefined reference to `__imp__PyObject_SetAttrString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `no_init':
/cygdrive/c/boost/libs/python/src/object/class.cpp:417: undefined reference to `__imp__PyExc_RuntimeError'
/cygdrive/c/boost/libs/python/src/object/class.cpp:417: undefined reference to `__imp__PyErr_SetString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects10class_base11def_no_initEv':
/cygdrive/c/boost/libs/python/src/object/class.cpp:429: undefined reference to `__imp__PyCFunction_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python15instance_holder8allocateEP7_objectjj':
/cygdrive/c/boost/libs/python/src/object/class.cpp:469: undefined reference to `__imp__PyMem_Malloc'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python15instance_holder10deallocateEP7_objectPv':
/cygdrive/c/boost/libs/python/src/object/class.cpp:482: undefined reference to `__imp__PyMem_Free'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_Z41__static_initialization_and_destruction_0ii':
/cygdrive/c/boost/libs/python/src/object/class.cpp:57: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/src/object/class.cpp:207: undefined reference to `__imp__PyType_GenericAlloc'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python3api16object_operatorsINS1_6objectEEixIA8_cEENS1_5proxyINS1_13item_policiesEEERKT_':
/cygdrive/c/boost/boost/python/handle.hpp(.text$_ZNK5boost6python3api16object_operatorsINS1_6objectEEcvMS3_KFP7_objectvEEv+0x1b): undefined reference to `__imp__PyObject_IsTrue'
/cygdrive/c/boost/boost/python/handle.hpp(.text$_ZN5boost6python9converter13arg_to_pythonIjEC1ERKj+0xf): undefined reference to `__imp__PyInt_FromLong'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python15instance_holderD1Ev':
/cygdrive/c/boost/libs/python/src/object/class.cpp:43: undefined reference to `__imp__PyTuple_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `instance_get_dict.2':
/cygdrive/c/boost/libs/python/src/object/class.cpp:184: undefined reference to `__imp__PyType_Type'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `instance_set_dict.3':
/cygdrive/c/boost/libs/python/src/object/class.cpp:187: undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python7objects10class_typeEv':
/cygdrive/c/boost/libs/python/src/object/class.cpp:251: undefined reference to `__imp___Py_NoneStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python15instance_holderD1Ev':
/cygdrive/c/boost/libs/python/src/object/class.cpp:42: undefined reference to `__imp__PyEval_CallFunction'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o: In function `_ZN5boost6python15instance_holderC1Ev':
/cygdrive/c/boost/libs/python/src/object/class.cpp:38: undefined reference to `__imp___Py_NoneStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZNK5boost6python3api11object_base3ptrEv':
/cygdrive/c/boost/libs/python/build/../../../boost/python/object_core.hpp(.text+0x10a): undefined reference to `__imp__PyTuple_New'
/cygdrive/c/boost/libs/python/build/../../../boost/python/object_core.hpp(.text+0x27c): undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../../../boost/python/object_core.hpp(.text+0x2ed): undefined reference to `__imp__PyString_FromString'
/cygdrive/c/boost/libs/python/build/../../../boost/python/object_core.hpp(.text+0x322): undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../../../boost/python/object_core.hpp(.text+0x333): undefined reference to `__imp__PyType_Ready'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZN5boost6python7objects8functionC1ERKNS_9function2IP7_objectS5_S5_SaINS_13function_baseEEEEjjPKNS0_6detail7keywordEj':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:42: undefined reference to `__imp__PyTuple_New'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:44: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:54: undefined reference to `__imp__PyString_FromString'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:61: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:62: undefined reference to `__imp__PyType_Ready'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZNK5boost6python7objects8function4callEP7_objectS4_':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:74: undefined reference to `__imp__PyDict_Size'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:86: undefined reference to `__imp__PyTuple_Size'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:94: undefined reference to `__imp__PyTuple_New'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:103: undefined reference to `__imp__PyDict_GetItem'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:108: undefined reference to `__imp__PyErr_Clear'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:126: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZNK5boost6python7objects8function14argument_errorEP7_objectS4_':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:140: undefined reference to `__imp__PyErr_BadArgument'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZN5boost6python7objects43_GLOBAL__N_.._src_object_function.cpp1b5UId20not_implemented_implEP7_objectS4_':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:220: undefined reference to `__imp___Py_NotImplementedStruct'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:221: undefined reference to `__imp___Py_NotImplementedStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZN5boost6python7objects8function16add_to_namespaceERKNS0_3api6objectEPKcS6_':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:245: undefined reference to `__imp__PyClass_Type'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:247: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:247: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:247: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:250: undefined reference to `__imp__PyObject_GetAttrString'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:259: undefined reference to `__imp__PyObject_GetItem'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:276: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:281: undefined reference to `__imp__PyErr_Clear'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:282: undefined reference to `__imp__PyObject_SetAttr'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `function_descr_get.0':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:340: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:342: undefined reference to `__imp__PyMethod_New'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `function_get_name.5':
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:382: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/function.cpp:383: undefined reference to `__imp__PyString_InternFromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o: In function `_ZNK5boost6python3api11object_base3ptrEv':
/cygdrive/c/boost/libs/python/build/../../../boost/python/object_core.hpp(.text$_ZNK5boost6python3api16object_operatorsINS1_6objectEEntEv+0x1b): undefined reference to `__imp__PyObject_IsTrue'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/life_support.o: In function `_ZN5boost6python7objects22make_nurse_and_patientEP7_objectS3_':
/cygdrive/c/boost/libs/python/build/../src/object/life_support.cpp:84: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../src/object/life_support.cpp:89: undefined reference to `__imp__PyType_Type'
/cygdrive/c/boost/libs/python/build/../src/object/life_support.cpp:90: undefined reference to `__imp__PyType_Ready'
/cygdrive/c/boost/libs/python/build/../src/object/life_support.cpp:93: undefined reference to `__imp___PyObject_New'
/cygdrive/c/boost/libs/python/build/../src/object/life_support.cpp:101: undefined reference to `__imp__PyWeakref_NewRef'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/life_support.o: In function `_ZN5boost6python6detail15assert_castableI7_objectEEvPNS_4typeIT_EE':
/cygdrive/c/boost/libs/python/build/../../../boost/python/cast.hpp(.text$_ZN5boost6python6detail4noneEv+0x4): undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/build/../../../boost/python/cast.hpp(.text$_ZN5boost6python6detail4noneEv+0xb): undefined reference to `__imp___Py_NoneStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/pickle_support.o: In function `_ZN5boost6python49_GLOBAL__N_.._src_object_pickle_support.cppNeO1Id15instance_reduceENS0_3api6objectE':
/cygdrive/c/boost/libs/python/build/../src/object/pickle_support.cpp:41: undefined reference to `__imp__PyExc_RuntimeError'
/cygdrive/c/boost/libs/python/build/../src/object/pickle_support.cpp:41: undefined reference to `__imp__PyErr_SetString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/pickle_support.o: In function `_ZN5boost6python3api6objectD2Ev':
/cygdrive/c/boost/libs/python/build/../src/object/pickle_support.cpp(.text$_ZN5boost6python3lenERKNS0_3api6objectE+0x15): undefined reference to `__imp__PyObject_Size'
/cygdrive/c/boost/libs/python/build/../src/object/pickle_support.cpp(.text$_ZN5boost6python3lenERKNS0_3api6objectE+0x1f): undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/errors.o: In function `_ZN5boost6python21handle_exception_implENS_9function0IvSaINS_13function_baseEEEE':
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:33: undefined reference to `__imp__PyErr_NoMemory'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:37: undefined reference to `__imp__PyExc_OverflowError'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:37: undefined reference to `__imp__PyErr_SetString'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:41: undefined reference to `__imp__PyExc_RuntimeError'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:41: undefined reference to `__imp__PyErr_SetString'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:45: undefined reference to `__imp__PyExc_RuntimeError'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:45: undefined reference to `__imp__PyErr_SetString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/errors.o: In function `_ZN5boost6python6detail14expect_complexEP7_object':
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:64: undefined reference to `__imp__PyComplex_Type'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:64: undefined reference to `__imp__PyComplex_Type'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:64: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:66: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/errors.cpp:66: undefined reference to `__imp__PyErr_SetString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/module.o: In function `_ZN5boost6python6detail11init_moduleEPKcPFvvE':
/cygdrive/c/boost/libs/python/build/../src/module.cpp:31: undefined reference to `__imp__Py_InitModule4'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text+0xe): undefined reference to `__imp__PyString_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text+0x1e): undefined reference to `__imp__PyString_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text+0x27): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text+0x3a): undefined reference to `__imp__PyString_AsString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyString_FromStringAndSize'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEPKc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:268: undefined reference to `__imp__PyString_FromString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId27int_rvalue_from_python_base8get_slotEP7_object+0x29): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId27int_rvalue_from_python_base8get_slotEP7_object+0x39): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId27int_rvalue_from_python_base8get_slotEP7_object+0x42): undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `identity_unaryfunc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:163: undefined reference to `__imp__PyLong_Type'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:262: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId33long_long_rvalue_from_python_base8get_slotEP7_object+0x29): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId33long_long_rvalue_from_python_base8get_slotEP7_object+0x39): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId33long_long_rvalue_from_python_base8get_slotEP7_object+0x42): undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:262: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId28long_long_rvalue_from_python7extractEP7_object+0xe): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId28long_long_rvalue_from_python7extractEP7_object+0x1e): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId28long_long_rvalue_from_python7extractEP7_object+0x27): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId28long_long_rvalue_from_python7extractEP7_object+0x49): undefined reference to `__imp__PyLong_AsLongLong'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `identity_unaryfunc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:164: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId37unsigned_long_long_rvalue_from_python7extractEP7_object+0xe): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId37unsigned_long_long_rvalue_from_python7extractEP7_object+0x1e): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId37unsigned_long_long_rvalue_from_python7extractEP7_object+0x27): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId37unsigned_long_long_rvalue_from_python7extractEP7_object+0x50): undefined reference to `__imp__PyLong_AsUnsignedLongLong'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `identity_unaryfunc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:166: undefined reference to `__imp__PyErr_Occurred'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId23bool_rvalue_from_python8get_slotEP7_object+0xb): undefined reference to `__imp___Py_NoneStruct'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId23bool_rvalue_from_python8get_slotEP7_object+0x19): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId23bool_rvalue_from_python8get_slotEP7_object+0x29): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId23bool_rvalue_from_python8get_slotEP7_object+0x32): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId23bool_rvalue_from_python7extractEP7_object+0xd): undefined reference to `__imp__PyObject_IsTrue'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId24float_rvalue_from_python8get_slotEP7_object+0x2c): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId24float_rvalue_from_python8get_slotEP7_object+0x3c): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId24float_rvalue_from_python8get_slotEP7_object+0x45): undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:262: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEPKc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:268: undefined reference to `__imp__PyFloat_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:268: undefined reference to `__imp__PyFloat_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:268: undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId24float_rvalue_from_python7extractEP7_object+0xe): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId24float_rvalue_from_python7extractEP7_object+0x1e): undefined reference to `__imp__PyInt_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId24float_rvalue_from_python7extractEP7_object+0x27): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId25string_rvalue_from_python8get_slotEP7_object+0xe): undefined reference to `__imp__PyString_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId25string_rvalue_from_python8get_slotEP7_object+0x1e): undefined reference to `__imp__PyString_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId25string_rvalue_from_python8get_slotEP7_object+0x27): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId25string_rvalue_from_python7extractEP7_object+0x3c): undefined reference to `__imp__PyString_AsString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `identity_unaryfunc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:163: undefined reference to `__imp__PyString_Size'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZNSt14numeric_limitsIyE3minEv':
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python8get_slotEP7_object+0xe): undefined reference to `__imp__PyComplex_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python8get_slotEP7_object+0x1e): undefined reference to `__imp__PyComplex_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python8get_slotEP7_object+0x27): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python7extractEP7_object+0x10): undefined reference to `__imp__PyComplex_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python7extractEP7_object+0x20): undefined reference to `__imp__PyComplex_Type'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python7extractEP7_object+0x29): undefined reference to `__imp__PyType_IsSubtype'
/usr/local/gcc-3.2/lib/gcc-lib/i686-pc-cygwin/3.2/include/c++/exception(.text$_ZN5boost6python9converter65_GLOBAL__N_libs_python_src_converter_builtin_converters.cppQd5PId26complex_rvalue_from_python7extractEP7_object+0x3c): undefined reference to `__imp__PyComplex_RealAsDouble'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `identity_unaryfunc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:163: undefined reference to `__imp__PyComplex_ImagAsDouble'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:263: undefined reference to `__imp__PyInt_Type'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o: In function `_ZN5boost6python9converter19do_return_to_pythonEPKc':
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:268: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/src/converter/builtin_converters.cpp:268: undefined reference to `__imp__PyType_IsSubtype'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/arg_to_python_base.o: In function `_ZN5boost6python9converter6detail25throw_no_class_registeredEv':
/cygdrive/c/boost/libs/python/build/../src/converter/arg_to_python_base.cpp:51: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/converter/arg_to_python_base.cpp:51: undefined reference to `__imp__PyErr_SetString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/arg_to_python_base.o: In function `_ZN5boost6python9converter6detail18arg_to_python_baseC1EPVKvRKNS1_12registrationE':
/cygdrive/c/boost/libs/python/build/../src/converter/arg_to_python_base.cpp:47: undefined reference to `__imp__PyString_FromFormat'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/arg_to_python_base.o: In function `_ZN5boost6python9converter6detail25throw_no_class_registeredEv':
/cygdrive/c/boost/libs/python/build/../src/converter/arg_to_python_base.cpp:50: undefined reference to `__imp__PyExc_TypeError'
/cygdrive/c/boost/libs/python/build/../src/converter/arg_to_python_base.cpp:51: undefined reference to `__imp__PyErr_SetObject'
/cygdrive/c/boost/libs/python/build/../src/converter/arg_to_python_base.cpp:55: undefined reference to `__imp___Py_NoneStruct'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/iterator.o: In function `_ZN5boost6python7objects24set_stop_iteration_errorEv':
/cygdrive/c/boost/libs/python/src/object/iterator.cpp:28: undefined reference to `__imp__PyExc_StopIteration'
/cygdrive/c/boost/libs/python/src/object/iterator.cpp:28: undefined reference to `__imp___Py_NoneStruct'
/cygdrive/c/boost/libs/python/src/object/iterator.cpp:28: undefined reference to `__imp__PyErr_SetObject'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python6detail15assert_castableI7_objectEEvPNS_4typeIT_EE':
/cygdrive/c/boost/libs/python/build/../../../boost/python/cast.hpp(.text+0x2b): undefined reference to `__imp__PyObject_GetAttr'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7getattrERKNS1_6objectES4_S4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:20: undefined reference to `__imp__PyObject_GetAttr'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:21: undefined reference to `__imp__PyExc_AttributeError'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:21: undefined reference to `__imp__PyErr_ExceptionMatches'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:23: undefined reference to `__imp__PyErr_Clear'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7setattrERKNS1_6objectES4_S4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:31: undefined reference to `__imp__PyObject_SetAttr'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7delattrERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:37: undefined reference to `__imp__PyObject_SetAttr'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7getattrERKNS1_6objectEPKc':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:43: undefined reference to `__imp__PyObject_GetAttrString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7getattrERKNS1_6objectEPKcS4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:51: undefined reference to `__imp__PyObject_GetAttrString'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:52: undefined reference to `__imp__PyExc_AttributeError'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:52: undefined reference to `__imp__PyErr_ExceptionMatches'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:54: undefined reference to `__imp__PyErr_Clear'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7setattrERKNS1_6objectEPKcS4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:62: undefined reference to `__imp__PyObject_SetAttrString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7delattrERKNS1_6objectEPKc':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:72: undefined reference to `__imp__PyObject_SetAttrString'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7getitemERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:82: undefined reference to `__imp__PyObject_GetItem'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7setitemERKNS1_6objectES4_S4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:88: undefined reference to `__imp__PyObject_SetItem'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api7delitemERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:94: undefined reference to `__imp__PyObject_DelItem'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api43_GLOBAL__N_.._src_object_protocol.cppDL46Id11apply_sliceEP7_objectS4_S4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:109: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:111: undefined reference to `__imp___PyEval_SliceIndex'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:113: undefined reference to `__imp___PyEval_SliceIndex'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:115: undefined reference to `__imp__PySequence_GetSlice'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:118: undefined reference to `__imp__PySlice_New'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:120: undefined reference to `__imp__PyObject_GetItem'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o: In function `_ZN5boost6python3api43_GLOBAL__N_.._src_object_protocol.cppDL46Id12assign_sliceEP7_objectS4_S4_S4_':
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyInt_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyLong_Type'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:136: undefined reference to `__imp__PyType_IsSubtype'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:138: undefined reference to `__imp___PyEval_SliceIndex'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:140: undefined reference to `__imp___PyEval_SliceIndex'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:143: undefined reference to `__imp__PySequence_DelSlice'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:145: undefined reference to `__imp__PySequence_SetSlice'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:148: undefined reference to `__imp__PySlice_New'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:152: undefined reference to `__imp__PyObject_SetItem'
/cygdrive/c/boost/libs/python/build/../src/object_protocol.cpp:154: undefined reference to `__imp__PyObject_DelItem'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3api11object_baseC2EP7_object':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp(.text+0x2b): undefined reference to `__imp__PyNumber_Add'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apimiERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:22: undefined reference to `__imp__PyNumber_Subtract'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apimlERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:23: undefined reference to `__imp__PyNumber_Multiply'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apidvERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:24: undefined reference to `__imp__PyNumber_Divide'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apirmERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:25: undefined reference to `__imp__PyNumber_Remainder'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apilsERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:26: undefined reference to `__imp__PyNumber_Lshift'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apirsERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:27: undefined reference to `__imp__PyNumber_Rshift'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apianERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:28: undefined reference to `__imp__PyNumber_And'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apieoERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:29: undefined reference to `__imp__PyNumber_Xor'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apiorERKNS1_6objectES4_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:30: undefined reference to `__imp__PyNumber_Or'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apipLERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:41: undefined reference to `__imp__PyNumber_InPlaceAdd'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apimIERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:42: undefined reference to `__imp__PyNumber_InPlaceSubtract'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apimLERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:43: undefined reference to `__imp__PyNumber_InPlaceMultiply'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apidVERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:44: undefined reference to `__imp__PyNumber_InPlaceDivide'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apirMERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:45: undefined reference to `__imp__PyNumber_InPlaceRemainder'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apilSERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:46: undefined reference to `__imp__PyNumber_InPlaceLshift'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apirSERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:47: undefined reference to `__imp__PyNumber_InPlaceRshift'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apiaNERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:48: undefined reference to `__imp__PyNumber_InPlaceAnd'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apieOERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:49: undefined reference to `__imp__PyNumber_InPlaceXor'
libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o: In function `_ZN5boost6python3apioRERNS1_6objectERKS2_':
/cygdrive/c/boost/libs/python/build/../src/object_operators.cpp:50: undefined reference to `__imp__PyNumber_InPlaceOr'
collect2: ld returned 1 exit status

g++ -g -L/usr/lib/python2.2/config -lpython2.2.dll -o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/boost_python.so -Wl,-soname,boost_python.so -shared libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/numeric.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/list.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/long.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/dict.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/tuple.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/str.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/aix_init_module.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/from_python.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/registry.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/type_id.o libs/python/build/bin/gcc/debug/shared-true/main-target-boos
t_python/enum.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/class.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/function.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/inheritance.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/life_support.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/pickle_support.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/errors.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/module.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/builtin_converters.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/arg_to_python_base.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/iterator.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_protocol.o libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/object_operators.o

...failed gcc.link-dll libs/python/build/bin/gcc/debug/shared-true/main-target-boost_python/boost_python.so...
MkDir1 libs/python/example/bin/gcc/debug/shared-true
: not found
mkdir: cannot create directory `\r': No such file or directory

mkdir libs/python/example/bin/gcc/debug/shared-true

...failed MkDir1 libs/python/example/bin/gcc/debug/shared-true...
...skipped libs/python/example/bin/gcc/debug/shared-true/main-target-getting_started1 for lack of libs/python/example/bin/gcc/debug/shared-true...
...skipped <libs!python!example/gcc/debug/shared-true>getting_started1.o for lack of libs/python/example/bin/gcc/debug/shared-true/main-target-getting_started1...
...skipped <libs!python!example/gcc/debug/shared-true>getting_started1.so for lack of <libs!python!build/gcc/debug/shared-true>boost_python.so...
...failed updating 2 targets...
...skipped 3 targets...
...updated 5 targets...

Compilation exited abnormally with code 1 at Thu Oct 24 16:32:47
 --=-=-=

To get these I had to change the line endings on gcc.jam -- otherwise
I got many more

^M:not found

messages. This is as a result of the fact that my Cygwin is installed
with Unix line endings but my CVS is checked out with Windows line
endings. I think we ought to work around this in the bjam source but I
didn't see an easy way to do it yet.

Aside from that there appear to be some problems with type traits
which are preventing me from getting very far. It also seems to be
trying to link bpl.so despite the fact that one of its objects failed
to build... but I'm a little uncertain of that one [things have been
really scattered here since I've been trying to get my email working
all day :( ]

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Building C/C++ Extensions for Python: Dec 9-11, Austin, TX
http://www.enthought.com/training/building_extensions.html
 --=-=-=-- 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk