Re: Need pixie dust for building Python 2.4 curses module on Solaris 8

2006-06-07 Thread Thomas Dickey
[EMAIL PROTECTED] wrote: > I'm having no success building the curses module on Solaris 8 (yes, I know > it's ancient - advancing the state-of-the-art is not yet an option) for > Python 2.4. Sun provides an apparently ancient version of curses in > /usr/lib, so I downloaded and installed ncurses 5

Re: Need pixie dust for building Python 2.4 curses module on Solaris 8

2006-06-07 Thread skip
John> Was libncurses.a compiled with -fpic (or -fPIC, if necessary)? John> http://mail.python.org/pipermail/python-dev/2001-March/013510.html When built shared the source was compiled with -fPIC. -fPIC is not used when not built shared. I forced that in a non-shared build. It still ga

Re: Need pixie dust for building Python 2.4 curses module on Solaris 8

2006-06-06 Thread John J. Lee
[EMAIL PROTECTED] writes: > I'm having no success building the curses module on Solaris 8 (yes, I know > it's ancient - advancing the state-of-the-art is not yet an option) for > Python 2.4. Sun provides an apparently ancient version of curses in > /usr/lib, so I downloaded and installed ncurses

Need pixie dust for building Python 2.4 curses module on Solaris 8

2006-06-06 Thread skip
I'm having no success building the curses module on Solaris 8 (yes, I know it's ancient - advancing the state-of-the-art is not yet an option) for Python 2.4. Sun provides an apparently ancient version of curses in /usr/lib, so I downloaded and installed ncurses 5.5, both using default settings a