On Wed, Apr 13, 2011 at 7:53 PM, David Cournapeau wrote:
> On Thu, Apr 14, 2011 at 11:28 AM, Nathan Coulson wrote:
>
>> actually figured out a neat trick, mingw-w64 can link directly to the .dll.
>> gcc file.c python31.dll -o file.exe
>>
>> no .a needed.
>>
>> http://www.mingw.org/wiki/sampleDLL
On Thu, Apr 14, 2011 at 11:28 AM, Nathan Coulson wrote:
> actually figured out a neat trick, mingw-w64 can link directly to the .dll.
> gcc file.c python31.dll -o file.exe
>
> no .a needed.
>
> http://www.mingw.org/wiki/sampleDLL
>
> (have yet to find out if it actually works yet, but so far loo
On Wed, Apr 13, 2011 at 7:03 PM, David Cournapeau wrote:
> On Wed, Apr 13, 2011 at 5:17 PM, Nathan Coulson 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 b
On Wed, Apr 13, 2011 at 5:17 PM, Nathan Coulson 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 win
Am 13.04.2011 10:17, schrieb Nathan Coulson:
> 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.
I wouldn't call it "missing", but "just not there". I had no
i
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