libcurses.so & installing Python 2.4.3

D

dmulcahy

Folks,

I am trying to build the binaries for Python 2.4.3 on a Sun E6900
running SPARC Solaris 9 and using gcc 3.4.2.

When the makefile tries to build the _curses extension it fails with a
symbol referencing error on "mvwgetnstr", which it appears should exist
in libcurses.so. For some reason it seems this function does not exist
in the version of libcurses.so shipped with Solaris 9.

Will I find it in some other library on Solaris or do I need to
download a different version of libcurses.so?

Any suggestions would be welcome.

Thanks,
Damien.
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

dmulcahy said:
I am trying to build the binaries for Python 2.4.3 on a Sun E6900
running SPARC Solaris 9 and using gcc 3.4.2.

When the makefile tries to build the _curses extension it fails with a
symbol referencing error on "mvwgetnstr", which it appears should exist
in libcurses.so. For some reason it seems this function does not exist
in the version of libcurses.so shipped with Solaris 9.

Will I find it in some other library on Solaris or do I need to
download a different version of libcurses.so?

Neither, nor. You will need to port the curses module to Solaris 9
(if you really need it).

I believe in the subversion trunk of Python (and in Python 2.5),
this problem is fixed.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top