[DynInst_API:] Build error dyninst-8.2 - /usr/bin/ld: cannot find -lLINK_PRIVATE

2014-06-18 Thread Jim Galarowicz
Hi all, I'm getting a build error on rzmerl at LLNL when trying to build the release version of 8.2. The message I'm getting: Linking CXX shared library libcommon.so /usr/bin/ld: cannot find -lLINK_PRIVATE collect2: ld returned 1 exit status make[2]: *** [common/libcommon.so.8.2.0] Error 1

[DynInst_API:] Code Coverage Tool

2014-06-18 Thread Buddhika Chamith Kahawitage Don
Hi All, I am trying to find/ implement a tool which can collect basic code coverage information (specifically number of times each function was executed and the average execution time). I was searching through the dyninst site and found the project codeCoverage listed in related projects which