Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #3150 > unrolled thread

Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

Started byDavid Cournapeau <cournape@gmail.com>
First post2011-04-14 11:03 +0900
Last post2011-04-14 11:03 +0900
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi) David Cournapeau <cournape@gmail.com> - 2011-04-14 11:03 +0900

#3150 — Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

FromDavid Cournapeau <cournape@gmail.com>
Date2011-04-14 11:03 +0900
SubjectRe: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)
Message-ID<mailman.331.1302746596.9059.python-list@python.org>
On Wed, Apr 13, 2011 at 5:17 PM, Nathan Coulson <conathan@gmail.com> wrote:
> Well, as the subject says,  I am looking to find libpython31.a
> [win64bit version] for use in a linux to windows 64bit cross compiler
> [x86_64-w64-mingw32-gcc],  but seems to be missing.
>
> so far,  tried installing it on a real 64bit windows system,
> cabextract, as well as msiexec /a python-3.1.3.amd64.msi /qb
> TARGETDIR=out.  Either case, libs/libpython31.a is not there.
>
> as a last resort, tried cross compiling it with my tools, but a few
> google searches tell me that way will lead to headaches, and currently
> not supported out of the box.

If you are willing to jump through a few oops. I have documented what
I needed last time I tried mingw-w64 for numpy:

http://projects.scipy.org/numpy/wiki/MicrosoftToolchainSupport

If anything, it should be easier now because mingw-w64 is much more
stable can can be installed without being compiled first (I wrote
those notes almost 2 years ago IIRC),

cheers,

David

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web