https://sourceware.org/bugzilla/show_bug.cgi?id=30812
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard <mark at klomp dot org> --- That is interesting. How are you building it? The test should use the gelf.h and libelf.h from the current source tree, but the system install libelf. O... I see the testcase includes them as ../libelf/libelf.h and ../libelf/gelf.h, but then gelf.h itself does an #include <libelf.h> which comes from the system path. hmmm, so this is a build without libelf already installed. Which of course is a valid setup. But have to think how to reorder the testcase to work that way... -- You are receiving this mail because: You are on the CC list for the bug.