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

Skip Montanaro skip at pobox.com
Fri Dec 9 22:19:07 EST 2011


> ./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





More information about the Python-list mailing list