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 loewis
Recipients cdavid, loewis
Date 2010-01-31.15:17:50
SpamBayes Score 0.0070568775
Marked as misclassified No
Message-id <1264951073.65.0.00860322776223.issue4709@psf.upfronthosting.co.za>
In-reply-to
Content
I have now tried reproducing the problem, and still failed to. I downloaded, from http://sourceforge.net/projects/mingw-w64/files/, the distribution mingw-w32-bin_i686-mingw_20100123_sezero.zip.

With this, I get

c:\cygwin\mingw64\bin\gcc.exe -mno-cygwin -shared -s build\temp.win-amd64-2.6\Release\w64test.o build\temp.win-amd64-2.6\Release\w64test.def -LC:\Python26\libs -LC:\Python26\PCbuild\amd64 -lpython26 -lmsvcr90 -o build\lib.win-amd64-2.6\w64test.pyd
c:/cygwin/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.4.3/../../../../x86_64-w64
-mingw32/bin/ld.exe: cannot find -lmsvcr90
collect2: ld returned 1 exit status 

How am I supposed to link with this toolchain? If linking with -lmscvr90 is incorrect, what should I use instead? If it is correct, where do I get the proper import library from?
History
Date User Action Args
2010-01-31 15:17:53loewissetrecipients: + loewis, cdavid
2010-01-31 15:17:53loewissetmessageid: <1264951073.65.0.00860322776223.issue4709@psf.upfronthosting.co.za>
2010-01-31 15:17:51loewislinkissue4709 messages
2010-01-31 15:17:50loewiscreate