Hi FYI,
Attempting to cross compile libgcrypt results in an error in build cipher in the
test directory,
Hacking the Makefile and adding -lpgp-error and -Lwhere_ever_you_have_it, fixed
it for me.
Not sure if this is a core issue, or something I did when building my pgp-error
library.
Cheers
P
Hi,
I am attempting to build libgcrypt for use on an embedded Linux Arm board. I am
using uclibc, and toolchain built with builtroot.
I evoke configure with the --build=arm-linux option, and all seems to run OK,
inspecting the console output from configure, it does not detect the cross
compiler.
Hi,
I am attempting to build libgcrypt for use on an embedded Linux Arm board. I am
using uclibc, and toolchain built with builtroot.
I evoke configure with the --build=arm-linux option, and all seems to run OK,
inspecting the console output from configure, it does not detect the cross
compiler.