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

2021-06-20 Thread Irit Katriel


Irit Katriel  added the comment:

Closing as this was reported for 2.7 and there has been no followup since. If 
you are still seeing this problem with a current version (>= 3.9), please 
create a new issue.

--
nosy: +iritkatriel
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-11-13 Thread Kevin


Kevin  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  not found.

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

--
nosy: +kadler

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-24 Thread Pete Lancashire

Changes by Pete Lancashire p...@petelancashire.com:


--
components: Build
nosy: petepdx
priority: normal
severity: normal
status: open
title: configure does not find (n)curses in /usr/local/libs
type: compile error
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24501
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-24 Thread Pete Lancashire

New submission from Pete Lancashire:

./configure does not find ncurses in /usr/local/lib, an older version of (one I 
don't want to use) copy exists in /usr/lib

checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no

AIX O/S Version
7100-03-05-1524

IBM AIX C 
lslpp -h vac.C
  Fileset Level Action   Status   Date Time
  
Path: /usr/lib/objrepos
  vac.C  12.1.0.0   COMMIT   COMPLETE 06/18/15 14:35:28

Path: /etc/objrepos
  vac.C  12.1.0.0   COMMIT   COMPLETE 06/18/15 14:35:33

lslpp -h xlC.rte
  Fileset Level Action   Status   Date Time
  
Path: /usr/lib/objrepos
  xlC.rte12.1.0.1   COMMIT   COMPLETE 06/18/15 10:56:34
 12.1.0.3   COMMIT   COMPLETE 06/18/15 14:26:15


Environment Variables
OBJECT_MODE 64
PATH
/usr/local/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/buildsw/bin:/usr/bin/X11:/sbin:.:/usr/vac/bin:/usr/vacpp/bin
CC  xlc_r
CFLAGS  -qmaxmem=-1 -DSYSV -D_AIX -D_AIX71 -D_ALL_SOURCE -DFUNCPROTO=15 -O 
-I/usr/local/include
LDFLAGS -L/usr/local/lib64 -L/usr/local/lib -bmaxdata:0x8000 -brtl
LIBS
CPPFLAGS
CXX xlc++_r
CXXFLAGS-qmaxmem=-1 -DSYSV -D_AIX -D_AIX71 -D_ALL_SOURCE -DFUNCPROTO=15 -O 
-I/usr/local/include
CPP
CXXCPP
LDPATH  /usr/local/lib

ncurses version 5.9

ls /usr/local/lib/*curses*
/usr/local/lib/libncurses++.a  /usr/local/lib/libncurses.a
/usr/local/lib/libncurses_g.a


./configure --with-tcltk-includes='-I/usr/include' 
--with-tcltk-libs='-L/usr/lib' | tee configure.out

--
Added file: http://bugs.python.org/file39802/config.log

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24501
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-24 Thread Pete Lancashire

Pete Lancashire added the comment:

added stdout of ./configure

--
Added file: http://bugs.python.org/file39804/configure.out

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24501
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com