Open doudouOUC opened 8 years ago
I experienced the same issue when trying to make this run on my specific arm-based system. So I downloaded the most recent libelf (0.8.13), have compiled it and then tried again to compile gperftools. Gperftools complained in src/stacktrace_arm-mcternan-inl.h, when #including gelf.h. So I commented out the line #include
The same here when trying to compile for 32-bit ARM.
Marko's patch is promising. Would be nice if a real expert could please comment on whether it is safe to simply remove the include of gelf.h.
When I compile this gperftools, I got the error.less gelf.h.So, Do I need the libgelf?