Problem building GnuPG 2.0.9 for Windows

Werner Koch wk at gnupg.org
Thu Oct 2 16:13:56 CEST 2008


On Thu,  2 Oct 2008 15:15, bfoster at clearwire.net said:

> -L~/w32root/lib -lgcrypt -lgpg-error -L~/w32root/lib

Did you set the w32root envvar?  It seems that it does not get expanded
and ld can't expand the tilde hack.  The code in autogen.sh is:

    [ -z "$w32root" ] && w32root="$HOME/w32root"
    echo "Using $w32root as standard install directory" >&2

Either unset w32root or use

  w32root="$HOME/w32root" 
  export w32root

That should help.


Salam-Shalom,

   Werner

-- 
Linux-Kongress 2008 + Hamburg + October 7-10 + www.linux-kongress.org

   Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




More information about the Gnupg-devel mailing list