On Thu, 25 Apr 2002, Jeff Whitaker wrote:

> Chris:  Apparently python is detecting a sys/poll.h on your system - you
> can see this line in your build log
>
> checking for sys/poll.h... yes
>
> I get a "no" for this, and hence my select.so builds fine.  Do you have
> a bogus poll.h in /usr/include/sys or /usr/local/include/sys?

  % ls -la /{usr,usr/local,sw}/include/sys/poll.h
  ls: /usr/include/sys/poll.h: No such file or directory
  ls: /usr/local/include/sys/poll.h: No such file or directory
  -rw-r--r--  1 root  admin  3071 Apr 19 08:33 /sw/include/sys/poll.h
  %

I don't have any idea where this file came from. Would moving or removing
it help? Moving it to "poll.hEADER", then re-trying the earlier suggested
"cc..." line didn't get any better (probably because it build on top of
the earlier config, but hey it was worth a try).


--
Chris Devers                                [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

"More war soon. You know how it is."    -- mnftiu.cc


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to