https://sourceware.org/bugzilla/show_bug.cgi?id=33591
--- Comment #17 from Mark Wielaard <mark at klomp dot org> --- Do you have an existing libelf installed? The elfutils libraries are support to match/be from the same version. What does "ldd ./src/elfcmp" say? If it lists something like libelf.so.1 => /lib64/libelf.so.1 you are using the system version. Could you "export LD_LIBRARY_PATH=~/Downloads/elfutils-0.194/libelf:~/Downloads/elfutils-0.194/libdw" "ldd ./src/elfcmp" should now show the just build libraries in the output. Does the reproducer still fail/crash? -- You are receiving this mail because: You are on the CC list for the bug.
