Cross compile Error

2006-01-18 Thread Paul Blacquiere
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

libgcrypt cross compilation error

2006-01-19 Thread Paul Blacquiere
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.

libgcrypt cross compilation error

2006-01-20 Thread Paul Blacquiere
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.