[issue1648923] HP-UX: -lcurses missing for readline.so

2018-08-18 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue1648923] HP-UX: -lcurses missing for readline.so

2018-08-18 Thread Michael Osipov
Michael Osipov <1983-01...@gmx.net> added the comment: I cannot reproduce this with master and 3.7 on HP-UX. readline is linked and works with interactive python(1). curses module isn't buld because I don't have curses installed. I opt to close this one. -- nosy: +michael-o

[issue1648923] HP-UX: -lcurses missing for readline.so

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1648923] HP-UX: -lcurses missing for readline.so

2012-03-12 Thread R. David Murray
R. David Murray added the comment: OK, reopening. I've added 3.2 and 3.3 as I imagine the same problem will exist there. Now we need someone to propose a patch to fix it. -- resolution: out of date -> stage: test needed -> needs patch status: closed -> open versions: +Python 3.2, Py

[issue1648923] HP-UX: -lcurses missing for readline.so

2012-03-12 Thread GaaL33
GaaL33 added the comment: I confirm that there's still a build issue. I've tried to compile python 2.7.2 on HP-UX 11.31. And it crashes with : ld -b build/temp.hp-ux-B.11.31-ia64-2.7/images/Python-2.7.2/Modules/readline.o -L/usr/lib/termcap -L/usr/local/lib -L/usr/local/lib/hpux32 -lreadline

[issue1648923] HP-UX: -lcurses missing for readline.so

2010-09-16 Thread R. David Murray
R. David Murray added the comment: It could still exist since we don't seem to have many people building python on hpux. That said, unless the op confirms the problem still exists in 2.7 or later this can stay closed. -- nosy: +r.david.murray ___

[issue1648923] HP-UX: -lcurses missing for readline.so

2010-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: I can't believe that a build issue raised almost 4 years ago against 2.5 is still an issue today. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker

[issue1648923] HP-UX: -lcurses missing for readline.so

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___