[Python-bugs-list] [Bug #113142] configure problems with poll.h

noreply@sourceforge.net noreply@sourceforge.net
Wed, 30 Aug 2000 12:03:24 -0700


Bug #113142, was updated on 2000-Aug-30 12:03
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: configure problems with poll.h

Details: The configure script sets HAVE_POLL to 1 but in
selectmodule.c, HAVE_POLL_H is tested. 

And one more problem with this: When I add
the "_H" to config.h, it doesn't work yet: the poll.h
header file resides in /usr/include/sys. Changing
`#include <poll.h>' to `#include <sys/poll.h>' works for
me; adding this directory via a -I flag to the
selectmodule line in Modules/Setup doesn't work because
it drives gcc into an endless macro recursion ...
(I'm using Linux on Intel, sources fresh from the CVS
tree.)


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=113142&group_id=5470