|
From: Leo S. <l.s...@ao...> - 2005-12-11 08:55:11
|
Am Samstag, 10. Dezember 2005 23:58 schrieb Nicholas Nethercote: > > grepping though valgrind-sources, EM_X86_64 is nowhere defined. Should > > EM_X86_64 be supplied from the system? At least my system doesn't support > > x86-64. > > It's in /usr/include/elf.h on my machine. How old is your system? You > can workaround this by adding: > > #define EM_X86_64 62 > > somewhere in launcher.c. My system is about four years old. elf.h defines EM_X86_64 as EM_X8664 (!) instead. Please review the attached configure.in patch, and consider it for inclusion. mfg Leo |