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


Groups > comp.lang.python > #16919

Re: How to build 64-bit Python on Solaris with GCC?

From Skip Montanaro <skip@pobox.com>
Subject Re: How to build 64-bit Python on Solaris with GCC?
Date 2011-12-09 16:19 +0000
References <20111206142616.9D8B32169BC2@montanaro.dyndns.org> <loom.20111207T122754-845@post.gmane.org> <4EDF604F.9070306@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3475.1323447567.27778.python-list@python.org> (permalink)

Show all headers | View raw


Karim <kliateni <at> gmail.com> writes:

> ./configure
> make
> make install

Thanks.  I have several different versions in my local sandbox.  None
are 64-bit ELFs.  Just to make sure I hadn't missed some new development
in this area, I cloned the hg repository and build the trunk version
from scratch.  I get a 32-bit executable on Solaris:

   % file ./python
   ./python: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
   dynamically linked (uses shared libs), not stripped

Skip

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


Thread

Re: How to build 64-bit Python on Solaris with GCC? Skip Montanaro <skip@pobox.com> - 2011-12-09 16:19 +0000

csiph-web