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


Groups > comp.lang.python > #16940

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-10 03:19 +0000
References <20111206142616.9D8B32169BC2@montanaro.dyndns.org> <loom.20111207T122754-845@post.gmane.org> <4EDF604F.9070306@gmail.com> <loom.20111209T163346-537@post.gmane.org> <20111209164137.GA4912@sleipnir.bytereef.org>
Newsgroups comp.lang.python
Message-ID <mailman.3487.1323487167.27778.python-list@python.org> (permalink)

Show all headers | View raw


> ./configure CFLAGS=-m64 LDFLAGS=-m64 should work with a reasonably
> recent revision.

Thanks, that did, indeed work with CPython trunk.  I eventually switched from
gcc to Sun's compiler though because I was getting link warnings.

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-10 03:19 +0000

csiph-web