Hacker News new | ask | show | jobs
by sigjuice 1156 days ago
How does one "just link against the code in addr2line" ?
1 comments

You rename them main symbol to something else then you just call it like any other library.
addr2line is unlikely to be a trivial self-contained program without dependencies.
Then link to those dependencies.
Unnecessary. Most people's hands will be able to type up the required shell one-liner to do this.