Symmetric Encryption Requirement

David Shaw dshaw at jabberwocky.com
Fri Dec 19 14:28:57 CET 2003


On Fri, Dec 19, 2003 at 01:02:13PM -0500, Mark Jacobs wrote:
> configure failed under OMVS zOS 1.2 environment

> checking for non-GNU ld... no
> configure: error: no acceptable ld found in $PATH

What linker do you have?  If it isn't in your PATH, then you need to
specify it manually with somthing like:

	./configure LD=/path/to/the/linker

Also see the config.log file.  Whenever configure fails, the last
entry in config.log is more information about the item that caused the
failure.

David



More information about the Gnupg-users mailing list