Y
Hacker News
new
|
ask
|
show
|
jobs
by
charcircuit
1160 days ago
You are arguing for a worse UX because of an arbitrary reason. Just link against the code in addr2line. Providing a good UX should always be in scope for a project.
1 comments
sigjuice
1159 days ago
How does one "just link against the code in addr2line" ?
link
charcircuit
1159 days ago
You rename them main symbol to something else then you just call it like any other library.
link
sigjuice
1159 days ago
addr2line is unlikely to be a trivial self-contained program without dependencies.
link
charcircuit
1159 days ago
Then link to those dependencies.
link
sigjuice
1159 days ago
Unnecessary. Most people's hands will be able to type up the required shell one-liner to do this.
link