Re: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173

2018-09-17 Thread Sasha Da Rocha Pinheiro
September 2018 17:50 To: Saija Sorsa Cc: dyninst-api@cs.wisc.edu Subject: Re: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173 You need to download and use the latest elfutils 0.173, which provides this function. This may have been handled automatically

Re: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173

2018-09-17 Thread Saija Sorsa
: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173 You need to download and use the latest elfutils 0.173, which provides this function. This may have been handled automatically in the build configuration if you reconfigure with cmake, but I am not sure about

Re: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173

2018-09-14 Thread Sasha Da Rocha Pinheiro
n behalf of Saija Sorsa Sent: Friday, September 14, 2018 5:01:48 AM To: dyninst-api@cs.wisc.edu Subject: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173 Hi, I’m new to dyninst, this is the first time I’m using it, please excuse my ignorance. I’m having

Re: [DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173

2018-09-14 Thread John Mellor-Crummey
You need to download and use the latest elfutils 0.173, which provides this function. This may have been handled automatically in the build configuration if you reconfigure with cmake, but I am not sure about that. -- John Mellor-Crummey (sent from my phone) > On Sep 14, 2018, at 5:01 AM,

[DynInst_API:] libsymtabAPI has undefined reference dwarf_next_lines@ELFUTILS_0.173

2018-09-14 Thread Saija Sorsa
Hi, I'm new to dyninst, this is the first time I'm using it, please excuse my ignorance. I'm having 14.04.1-Ubuntu and I git pulled dyninst and compiled it (cmake & cmake install). I have a code that is using dyninstAPI, mostly BPatch*. While executing make for the code I get this error: