On Fri, 2016-02-26 at 21:11 +0100, phi gcc wrote: > I didn't made a make install on purpose may I shoul but I don't want > to push things built here on my system... > Whant to build pure local under the tar xv dir
I would recommend using something like configure --prefix=/usr/local/elfutils --program-prefix=eu- to install under /usr/local/elfutils and have all programs start with eu-... so they don't clash with any existing ones. If you do want to run the programs in the build directory you'll have to set the LD_LIBRARY_PATH. LD_LIBRARY_PATH=backends:libelf:libdw:libasm src/objdump --help