Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22038
| From | Ralph Heinkel <ralph.heinkel@web.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Compiling Python (modules) on 64bit Windows - which compiler suite? |
| Date | 2012-03-22 11:34 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <11748169.44.1332441298178.JavaMail.geo-discussion-forums@vbbp15> (permalink) |
| References | <808abad4-3ab3-4336-8a31-2f88eb28be01@v22g2000vby.googlegroups.com> <13033772.7.1332374778471.JavaMail.geo-discussion-forums@ynjk1> |
> > See "Compiling 64-bit extension modules on Windows" at <http://wiki.cython.org/64BitCythonExtensionsOnWindows>. It applies to non-Cython extensions as well. > > MinGW-w64 also works, but you'll have to generate and use libpythonXX.a and libmsvcr90.a link libraries. > > Christoph Thanks to everyone who has replied to my question. Especially for the link/hint to use the .NET SDK which indeed seems to provide the right tools for 64bit compilation. I'm going to try this and report back here. Cheers, Ralph
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Compiling Python (modules) on 64bit Windows - which compiler suite? Ralph Heinkel <ralph.heinkel@web.de> - 2012-03-21 08:06 -0700
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Terry Reedy <tjreedy@udel.edu> - 2012-03-21 13:56 -0400
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-21 15:02 -0400
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Thomas Bach <thbach@students.uni-mainz.de> - 2012-03-21 20:03 +0100
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? cjgohlke@gmail.com - 2012-03-21 17:06 -0700
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Ralph Heinkel <ralph.heinkel@web.de> - 2012-03-22 11:34 -0700
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Stefan Behnel <stefan_ml@behnel.de> - 2012-03-22 08:06 +0100
csiph-web