setup.py dll linking

brussel13 brussel at insightbb.com
Wed Oct 12 23:21:47 EDT 2005


Hi,
I'd like to link a dll/pyd against another which was
compiled by a distutils script and mingw32, winxp obviously.
there aren't any symbols in the symbol table of the
first pyd.  i removed the -s which distutils sends to mingw32
but that only made symbols appear with nm.  pexports still
reports only __init__.  mingw still complains that the functions
in the first dll can't be found when compiling the second.


ross







More information about the Python-list mailing list