[issue1326113] Letting "build_ext --libraries" take more than one lib

Palm Kevin report at bugs.python.org
Mon Nov 15 13:31:28 CET 2010


Palm Kevin <kevin.palm at labsolution.lu> added the comment:

I applied the patch proposed by slanger. This one is working.
Now, I'm executing this instruction to build my extension:
"%pythonRoot%\python.exe" setup.py build_ext --include-dirs "C:\MyApp\include" --library-dir "C:\MyApp\lib" --libraries "myLib1 myLib2"
If I don't use the patch, then the error I get is 'unresolved external symbol _xxx referenced in function _abc'. Which is quite normal since I can only point to one library...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1326113>
_______________________________________


More information about the Python-bugs-list mailing list