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


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

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

Started bySkip Montanaro <skip@pobox.com>
First post2011-12-09 16:19 +0000
Last post2011-12-09 16:19 +0000
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: How to build 64-bit Python on Solaris with GCC? Skip Montanaro <skip@pobox.com> - 2011-12-09 16:19 +0000

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

FromSkip Montanaro <skip@pobox.com>
Date2011-12-09 16:19 +0000
SubjectRe: How to build 64-bit Python on Solaris with GCC?
Message-ID<mailman.3475.1323447567.27778.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web