[C++-sig] libboost_python-gcc43-mt.so or without "mt"?

2009-05-28 Thread Werner Joergensen
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

[C++-sig] problems building a pyd under vc++ with distutils

2009-05-28 Thread Juan Manuel Martinez CaamaƱo
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... /*