diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:28:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:28:53 +0200 |
commit | aa108230cc11eadb37443afe1ee51e6e88baddca (patch) | |
tree | 8ccedee39681ce49ffc170b15b68567b0b7217f7 /README | |
parent | Fix makefile (diff) | |
download | liberror-backtrace-aa108230cc11eadb37443afe1ee51e6e88baddca.tar.gz liberror-backtrace-aa108230cc11eadb37443afe1ee51e6e88baddca.tar.bz2 liberror-backtrace-aa108230cc11eadb37443afe1ee51e6e88baddca.tar.xz |
Fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ Companion library to liberror. It enables backtrace support for liberror. -The library need only be linked, there is no header -file or any functions the user should use. +The library need only be linked, together with -ldw +(from libelf) and -lunwind (libunwind), there is no +header file or any functions the user should use. +Note however, for static linking you may need +-Wl,--whole-archive before and -Wl,--no-whole-archive +after the library when linking; for dynamic linking, +put -lerror-backtrace before -lerror. |