GNUPG

Apply the patch gnupg-1.4.9.patch to the GnuPG sources. Before running the configure and isntallation steps, you need to place some symbolic links in the sources. Compiling libgpgcrypt on z/OS runs afoul of a limitation of the XLC compiler's include header search path and system headers. Issue the following commands, verbatim, to overcome this limitation:

cd mpi
ln -s ../include/mpi.h . 
ln -s ../include/memory.h . 
cd -

Then: