Dear list participants,
I have installed boost including the python lib using the boostrap.sh
installation script, and now I have the following libraries under /lib (linux
system):
libboost_python-gcc43-mt-1_39.a
libboost_python-gcc43-mt-1_39.so
libboost_python-gcc43-mt-1_39.so.1.39.0
libboost
I'm under vc++ 9.0 and I'm having problem when trying to build a simple
*.pyd... (using distutils)
When I build the dll from the IDE it produces a DLL (not a *.pyd) and no
compiler or linker errors.
But when I use distutils it just output a lot of errors...
I can't find the problem...
/*