This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author palm.kevin
Recipients christian.heimes, palm.kevin, slanger, tarek
Date 2010-11-15.12:31:26
SpamBayes Score 1.0023405e-05
Marked as misclassified No
Message-id <1289824288.81.0.180576538796.issue1326113@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2010-11-15 12:31:28palm.kevinsetrecipients: + palm.kevin, slanger, christian.heimes, tarek
2010-11-15 12:31:28palm.kevinsetmessageid: <1289824288.81.0.180576538796.issue1326113@psf.upfronthosting.co.za>
2010-11-15 12:31:26palm.kevinlinkissue1326113 messages
2010-11-15 12:31:26palm.kevincreate