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 ocean-city
Recipients ocean-city, tarek
Date 2009-05-17.11:00:54
SpamBayes Score 5.598787e-05
Marked as misclassified No
Message-id <1242558057.15.0.573295108461.issue6046@psf.upfronthosting.co.za>
In-reply-to
Content
It seems there is two workarounds.

1. remove /pdb:None from linker arguments.
2. Add extension to output filename. (like attached patch)

Maybe, if there is /pdb:None in linker arguments and output filename
doesn't have extension, link.exe may think it has default extension
".exe". I'm not sure.
History
Date User Action Args
2009-05-17 11:00:57ocean-citysetrecipients: + ocean-city, tarek
2009-05-17 11:00:57ocean-citysetmessageid: <1242558057.15.0.573295108461.issue6046@psf.upfronthosting.co.za>
2009-05-17 11:00:55ocean-citylinkissue6046 messages
2009-05-17 11:00:55ocean-citycreate