[issue24501] configure does not find (n)curses in /usr/local/libs

Kevin report at bugs.python.org
Fri Nov 13 19:55:57 EST 2020


Kevin <kadler at us.ibm.com> added the comment:

There error indicates it can't find ncurses.h

configure:14223: xlc_r -c -qmaxmem=-1 -DSYSV -D_AIX -D_AIX71 -D_ALL_SOURCE -DFUNCPROTO=15 -O -I/usr/local/include  -I/usr/include/ncursesw conftest.c >&5
"conftest.c", line 311.10: 1506-296 (S) #include file <ncurses.h> not found.

Are you sure you don't need -I/usr/include/ncurses instead of -I/usr/include?

----------
nosy: +kadler

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24501>
_______________________________________


More information about the Python-bugs-list mailing list