libdwarfpp icon indicating copy to clipboard operation
libdwarfpp copied to clipboard

`make install` fails on Fedora Linux x86_64

Open agentzh opened this issue 5 years ago • 0 comments

Got the following error in the make install step on Fedora Linux x86_64 systems:

 /usr/bin/mkdir -p 'examples'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c examples/core-query examples/dwarfppdump examples/print_spec examples/sranges examples/subseq examples/eh-frame-hdr 'examples'
Usage: /home/agentzh/git/libdwarfpp/libtool [OPTION]... [MODE-ARG]...
Try 'libtool --help' for more information.
libtool:   error: 'examples' must be an absolute directory name
make[2]: *** [Makefile:597: install-examplesPROGRAMS] Error 1
make[2]: Leaving directory '/home/agentzh/git/libdwarfpp'
make[1]: *** [Makefile:1024: install-am] Error 2
make[1]: Leaving directory '/home/agentzh/git/libdwarfpp'
make: *** [Makefile:1018: install] Error 2

I had to patch the Makefile and remove the examples stuff myself to let it go through.

agentzh avatar Nov 01 '20 03:11 agentzh