Hi trajce, 2007/04/13 22:30:40 -0700, "trajce nedev" <[EMAIL PROTECTED]> wrote: >Hi, > >When I try to compile makedumpfile-1.1.3, I get the following errors: > >$ make >gcc -g -O2 -Wall -D__x86__ -c -o ./x86.o ./x86.c >In file included from ./x86.c:18: >./makedumpfile.h:20:18: error: gelf.h: No such file or directory >./makedumpfile.h:28:28: error: elfutils/libdw.h: No such file or directory >./makedumpfile.h:29:20: error: libelf.h: No such file or directory >./makedumpfile.h:30:19: error: dwarf.h: No such file or directory >make: *** [x86.o] Error 1 > >Please let me know what libraries I need.
Thank you for the testing. I can compile makedumpfile on RHEL5, and these header files are included in the following: gelf.h : elfutils-libelf-devel-0.124-1.el5 libelf.h : elfutils-libelf-devel-0.124-1.el5 elfutils/libdw.h : elfutils-devel-0.124-1.el5 dwarf.h : elfutils-devel-0.124-1.el5 What linux destribution do you use ? Thanks Ken'ichi Ohmichi _______________________________________________ fastboot mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/fastboot
