Re: Building sparc64 32/64-bit Python

2007-10-22 Thread Martin v. Löwis
> Is this possible or do I really have to install two complete but > separate Pythons although most of the files are the same? That configuration is not explicitly supported in the build process. Notice that the "Python libraries" are not entirely platform independent. On Sparc64, the byte code f

Re: Building sparc64 32/64-bit Python

2007-10-22 Thread Stefan Bellon
On Mon, 22 Oct, Diez B. Roggisch wrote: > Stefan Bellon wrote: > > I can successfully build a 32-bit version in one directory and a > > 64-bit version in another directory. What I'd like to do is to > > build a version that has the 64-bit library in a sparcv9 directory > > but shares the other Pyt

Re: Building sparc64 32/64-bit Python

2007-10-22 Thread Diez B. Roggisch
Stefan Bellon wrote: > Hi, > > I'm trying to build a Sun Solaris Version of Python from the source so > that both, 32-bit and 64-bit libraries are present. > > I can successfully build a 32-bit version in one directory and a 64-bit > version in another directory. What I'd like to do is to build

Building sparc64 32/64-bit Python

2007-10-22 Thread Stefan Bellon
Hi, I'm trying to build a Sun Solaris Version of Python from the source so that both, 32-bit and 64-bit libraries are present. I can successfully build a 32-bit version in one directory and a 64-bit version in another directory. What I'd like to do is to build a version that has the 64-bit librar