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


Groups > comp.lang.python > #4444

Re: Compile 32bit C-lib on 64 bit

Date 2011-05-02 08:43 +0200
From Hegedüs, Ervin <airween@gmail.com>
Subject Re: Compile 32bit C-lib on 64 bit
References <mailman.1045.1304280864.9059.python-list@python.org> <pan.2011.05.02.02.20.19.656000@nowhere.com>
Newsgroups comp.lang.python
Message-ID <mailman.1060.1304318629.9059.python-list@python.org> (permalink)

Show all headers | View raw


Hello,

thanks for all reply,

On Mon, May 02, 2011 at 03:20:40AM +0100, Nobody wrote:
> You need to build your module for a 32-bit version of Python.

ok, I believed it, I was hoping there is another solution,

> On a 64-bit system, each process is either 32-bit or 64-bit process. You
> can't mix 32-bit code and 64-bit code in a single process. If you have to
> use that library and you only have a 32-bit version of it, then everything
> else must also be 32-bit: the Python interpreter, your binary module, and
> all of the libraries which it uses.

ok, thank you,


a.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Compile 32bit C-lib on 64 bit Hegedüs Ervin <airween@gmail.com> - 2011-05-01 22:14 +0200
  Re: Compile 32bit C-lib on 64 bit Nobody <nobody@nowhere.com> - 2011-05-02 03:20 +0100
    Re: Compile 32bit C-lib on 64 bit Hegedüs, Ervin <airween@gmail.com> - 2011-05-02 08:43 +0200
  Re: Compile 32bit C-lib on 64 bit Jorgen Grahn <grahn+nntp@snipabacken.se> - 2011-05-02 08:31 +0000

csiph-web