bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf appears to be producing a malformed test for epoll_ctl


From: Naveen Nathan
Subject: autoconf appears to be producing a malformed test for epoll_ctl
Date: Fri, 21 Jul 2006 00:20:05 -0700
User-agent: mutt-ng/devel-r802 (Linux)

Hi everyone,

During the course of configuring lighttpd source it appears that
autoconf was using a malformed test to check the existance of epoll_ctl
system call on my system.

I am running Slackware 10.2 w/ a 2.6 kernel which includes support for
epoll. I also use glibc 2.3.5 which also has support for epoll.

In the attached config.log file, you can see the epoll_ctl test
failed on lines 3435-3595. It seems that stubs are defined:
line 3580: #if defined (__stub_epoll_ctl) || defined (__stub___epoll_ctl)
which seems to break the compilation.

I'm unsure whether this is a malformed autoconf test or an issue with
my glibc. Any information would be much appreciated.

Attachment: lighttpd-1.4.11-config.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]