setup.py dll linking
brussel13
brussel at insightbb.com
Wed Oct 12 23:21:47 EDT 2005
More information about the Python-list mailing list
Wed Oct 12 23:21:47 EDT 2005
- Previous message (by thread): Perl-Python-a-Day: Sorting
- Next message (by thread): TurboGears /.-ed, >new == True< or >new == "True"<
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Perl-Python-a-Day: Sorting
- Next message (by thread): TurboGears /.-ed, >new == True< or >new == "True"<
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list