Re: Patches to python under Solaris

2003-06-01 Thread Matt Hoosier
This newer upstream release of python solved the problem. Thanks. On Sat, 2003-05-31 at 06:15, Ralf S. Engelschall wrote: > On Tue, May 27, 2003, Matt Hoosier wrote: > > > It seems that when built on Solaris, the python package is missing the > > contents of "/cw/lib/python2.2/lib-dynload/". Ther

Re: Patches to python under Solaris

2003-05-31 Thread Ralf S. Engelschall
On Tue, May 27, 2003, Matt Hoosier wrote: > It seems that when built on Solaris, the python package is missing the > contents of "/cw/lib/python2.2/lib-dynload/". There are several > important libraries in there, including socket libraries and some > platform-dependent modules (nis, mmap). > > I'v

Patches to python under Solaris

2003-05-27 Thread Matt Hoosier
It seems that when built on Solaris, the python package is missing the contents of "/cw/lib/python2.2/lib-dynload/". There are several important libraries in there, including socket libraries and some platform-dependent modules (nis, mmap). I've determined that it's the definition of the CC, CXX,