On Wed, Aug 02, 2006, Doug Summers wrote:

> [...]
> # cc -o check check.c && ./check
> found: FD_SETSIZE=65534
> # cc -DSOLVE_THE_PROBLEM -o check check.c && ./check
> found: FD_SETSIZE=65534
> [...]

Shit happens. Strange. Can you send me (in private)
the output of the command:

$ grep -C 9999 -r FD_SETSIZE /usr/include

Perhaps there is some strange #ifdef/#endif around the FD_SETSIZE
definition on your platform which causes the FD_SETSIZE to be defined to
a different value when pth.h is used.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to