[Python-bugs-list] [Bug #119709] A make error

noreply@sourceforge.net noreply@sourceforge.net
Sun, 29 Oct 2000 16:20:47 -0800


Bug #119709, was updated on 2000-Oct-29 16:20
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: A make error

Details: I use:

Slackware96
Linux 2.0.0
gcc 2.7.2
glibc2
PC/i486

And I try to install Python-2.0.tar.gz package.
I use default Modules/Setup.

When run:

#./configure
#make

gcc tells me in Modules/selectmodule.c, begins from the 345 line,

POLLIN undeclared,...

Every POLL* name follows are all undeclared.

Which header file lost? poll.h? Or something wrong?

Thanks.


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