Re: Problem linking libgcrypt to libgpg-error

2015-02-03 Thread Werner Koch
On Tue, 3 Feb 2015 23:01, orangepri...@hushmail.com said: > How come it's not listed in `./configure --help` though? There was some hickup with the name of that option. With the latest versions (possible not yet released) both names should work. Shalom-Salam, Werner -- Die Gedanken sind

Re: Problem linking libgcrypt to libgpg-error

2015-02-03 Thread orangeprince
On 3. februar 2015 at 2:11 PM, "Werner Koch" wrote: > >Try > > ./configure --with-gpg-error-prefix="/home/orangeprince/libgpg- >error" Oh yes indeed! That did the trick - thanks man! How come it's not listed in `./configure --help` though? All the best, OP > > >Shalom-Salam, > > Werner > >-

Re: Problem linking libgcrypt to libgpg-error

2015-02-03 Thread Werner Koch
On Tue, 3 Feb 2015 14:02, orangepri...@hushmail.com said: > % cd libgcrypt-1.6.2 > % ./configure --with-libgpg-error-prefix="/home/orangeprince/libgpg-error" Try ./configure --with-gpg-error-prefix="/home/orangeprince/libgpg-error" Shalom-Salam, Werner -- Die Gedanken sind frei. Ausn

Problem linking libgcrypt to libgpg-error

2015-02-03 Thread orangeprince
Hi! Can anybody tell what went wrong here? % cd libgpg-error-1.18 % ./configure --prefix="/home/orangeprince/libgpg-error" % make % make install % ls /home/orangeprince/libgpg-error bin include lib share Success. But now: % cd libgcrypt-1.6.2 % ./configure --with-libgpg-error-prefix="/home/o