From: Daniel W. <dan...@gm...> - 2014-12-19 18:24:11
|
The install does not seem to install libelf.h on 64-bit Ubuntu? I've done this before and it worked. I cannot find how to add a ticket into your issue tracker. == Installed a while ago on my 32-bit Ubuntu 14.04 box at the top of RELEASE-NOTES says $Id: RELEASE-NOTES 2599 2012-09-25 06:25:51Z jkoshy and after install has a /usr/include/: elfdefinitions.h, gelf.h, libelftc.h, elf.h, libelf.h == Installed very recently, ***NOTE*** the earlier date (?!) This unpacks to "elftoolchain-0.6.1". on my 64-bit Ubuntu 14.04 box at the top of RELEASE-NOTES says $Id: RELEASE-NOTES 2592 2012-09-16 15:20:13Z jkoshy $ and after installing twice in /usr/include does not have a libelf.h $ ls /usr/include/*elf* /usr/include/elf.h == Install seems to not complain that it failed $ sudo pmake install [sudo] password for dsw: install ===> common install ===> libelf . . . install ===> documentation install ===> documentation/libelf-by-example WARNING: make "install" in "libelf-by-example" skipped: missing tools. $ echo $? 0 Yet no libelf.h: $ ls /usr/include/libelf.h ls: cannot access /usr/include/libelf.h: No such file or directory |