Compile PTH on AIX

2010-05-05 Thread beppecosta
I'm trying to compile pth-2.0.7 on AIX (as prerequisite for GnuPG 2.0.15). Configure runs fine while make exits with this error: ./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_m ctx.c pth_uctx.c pth_clean.c

Re: Compile PTH on AIX

2010-05-05 Thread Werner Koch
On Tue, 4 May 2010 14:50, beppeco...@yahoo.it said: pth.h:93:2: error: #error FD_SETSIZE is larger than what GNU Pth can handle. I ran a simple utility check that says: FD_SETSIZE=65534 You may try to configure it this way: ./configure --with-fdsetsize=65536 Salam-Shalom,

Re: Compile PTH on AIX

2010-05-05 Thread beppecosta
You may try to configure it this way: ./configure --with-fdsetsize=65536 Hi, I've retried configure as suggested but I get this error: Optional Platform Environment: checking for number of signals... 64

Re: Compile PTH on AIX

2010-05-05 Thread Newton Hammet
Maybe since they tell us what is allowed (10-) maybe something like: ./configure --with-fdsetsize=8192 would be within the limits plus respecting an implied bias towards powers of 2. -Newton beppecosta wrote: You may try to configure it this way: ./configure