The first patch was required for me to build ltrace on a machine that did not have libelf or elfutils installed. It allowed me to use a custom-built version of that library to perform x86_64 testing.
The second patch fixes the build for x86_64 (and for all 64-bit hosts). I am not happy with this patch (it is fairly ugly), but it solves the problems on all of my tested platforms (x86, ARM, and x86_64). Zachary T Welch (2): Allow libelf to be found in non-standard locations Fix build for x86_64 configure.ac | 27 +++++++++++++++++++++++++++ ltrace-elf.c | 10 ++++++++-- sysdeps/linux-gnu/proc.c | 16 ++++++++++++++-- 3 files changed, 49 insertions(+), 4 deletions(-) -- 1.7.2.2 _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel
