I'm trying to compile libgcrypt-1.6.1. ./configure says
checking for gpg-error-config... /usr/bin/gpg-error-config
checking for GPG Error - version >= 1.11... no
configure: error: libgpg-error is needed.
tazpkg search libgpg-error says
Search result for: libgpg-error
Installed packages
=======================================================
libgpg-error 1.9 security.
libgpg-error-dev 1.9 development.
=======================================================
2 installed package(s) found for : libgpg-error
So, I'm kinda lost now. I took a look at the configure script but I haven't figured out how it is checking for 'gpg-error-config' or whatever it is that it wants.
Anyway, any hints would be greatly appreciated!