Issues compiling GnuPG: ./configure: command not found
Solution 1:
The issue command not found occurs because the script ./configure is not executable. I fixed it by setting the executable bit for the user with chmod.
While in the root directory, type the command in Terminal:
chmod u+x configure