[Python-Dev] x86_64 Interix - Advise needed on size of long

2007-08-04 Thread Jerker Bäck
Hello all, I'm in need of an advise how to handle sizeof long in python. I wanted a x86_64 compile of python for Interix (that is NT POSIX subsystem with x86_64 Interix 6 SDK). My first attempt to build failed due to the makefile insisted on linking as shared libraries (works only in x86 with GNU

Re: [Python-Dev] x86_64 Interix - Advise needed on size of long

2007-08-05 Thread Jerker Bäck
Hello Martin, Thanks very much for answering. > As for the static vs. shared libpython: On Unix, Python is typically > built as a single executable (only linked shared with the system > libraries). The challenge is then with extension modules, which are > shared libraries. In particular, it is a c

Re: [Python-Dev] x86_64 Interix - Advise needed on size of long

2007-08-05 Thread Jerker Bäck
Hello Martin, > > You mean I should list all of these in "Modules/Setup"? > Exactly so. They are already listed - just uncomment them all > (with proper command line flags and libraries where necessary). OK, I will try to get it compiled and tested. Meanwhile, you asked so: > I still don't unders