[DynInst_API:] [dyninst/dyninst] 430c9b: Fix typo: missed an "else" before an if statement

2018-09-14 Thread Xiaozhu Meng
Branch: refs/heads/new-parallel-parsing Home: https://github.com/dyninst/dyninst Commit: 430c9b08575a23dc0a69dd56c602084bedf21d86 https://github.com/dyninst/dyninst/commit/430c9b08575a23dc0a69dd56c602084bedf21d86 Author: Xiaozhu Meng Date: 2018-09-14 (Fri, 14 Sep 2018)

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

2018-09-14 Thread Sasha Da Rocha Pinheiro
Hi Saija, You should `make clean && make install` to fix it. Dyninst should download the correct version of Elfutil. Make sure you didn't set a path in the cmake configuration for an old version of Elfutils in your system. Sasha From: Dyninst-api on behalf

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: