Re: Compile PTH on AIX

2011-09-23 Thread beppecosta
No. I rebuilt the previous version. omgparticle wrote: did you ever come up with a solution to this? -- View this message in context: http://old.nabble.com/Compile-PTH-on-AIX-tp28446986p32503856.html Sent from the GnuPG - User mailing list archive at Nabble.com.

Re: Compile PTH on AIX

2010-06-17 Thread beppecosta
The next 2 is more important; the one below /usr/local should have a #if FD_SETSIZE 8192 YES - All pth.h have these lines : #define PTH_VERSION_STR 2.0.7 (08-Jun-2006) /* check if the user requests a bigger FD_SETSIZE than we can handle */ #if defined(FD_SETSIZE) #if FD_SETSIZE

Re: Compile PTH on AIX

2010-06-16 Thread beppecosta
should have installed a pth.h file with the test #if defined(FD_SETSIZE) I assume that your system picked up the old pth.h header and not the one from the newly compiled pth. There are 2 pth.h. One is in /pth.20.07, while the other is in /usr/local/include and both have the test /*

Re: Compile PTH on AIX

2010-05-18 Thread beppecosta
We understand that the problem is about FDSETSIZE. PTH has been configured and compiled --with-fdsetsize=8192 However gnupg-2 doesn't recognize this option: configure: WARNING: unrecognized options: --with-fdsetsize How can I solve this ? Thanks. Giuseppe. -- View this message

Re: Compile PTH on AIX

2010-05-11 Thread beppecosta
Hi Newton I've successfully built and installed PTH 2.0.7 and the pth-config says: pth_version=2.0.7 (08-Jun-2006) Now I've tried to compile gnupg-2.0.15 but configure fails with error: . configure: checking for programs . checking for pth-config... /QOpenSys/usr/local/bin/pth-config

Re: Compile PTH on AIX

2010-05-11 Thread beppecosta
I think that the problem is still with FD_SETSIZE Paste this part of config.log configure:7909: checking for pth-config configure:7927: found /QOpenSys/usr/local/bin/pth-config configure:7940: result: /QOpenSys/usr/local/bin/pth-config configure:7954: checking for PTH - version = 1.3.7

Re: Compile PTH on AIX

2010-05-06 Thread beppecosta
Maybe since they tell us what is allowed (10-) maybe something like: ./configure --with-fdsetsize=8192 Because FD_SETSIZE is defined somewhere as 65534, I think that fdsetsize=8192 would produce the same #error FD_SETSIZE is larger than what GNU Pth can handle. -Beppe -- View this message

Re: Compile PTH on AIX

2010-05-06 Thread beppecosta
./configure --with-fdsetsize=8192 As you suggested, I tried with 8192 and both configure and make did complete without errors. make test says : OK - ALL TESTS SUCCESSFULLY PASSED. make install is OK. Next week I will try again to compile gpg 2. Thanks. Beppe. -- View this message in

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 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