When compiling libgcrypt from SVN on Fedora 14, it stops processing in tests/ with:
/usr/bin/ld: register.o: undefined reference to symbol 'gpg_strerror'
This is because of a typo in tests/Makefile.am. I'm attaching a patch.
When compiling libgcrypt from SVN on Fedora 14, it stops processing in tests/ with:
/usr/bin/ld: register.o: undefined reference to symbol 'gpg_strerror'
This is because of a typo in tests/Makefile.am. I'm attaching a patch.