First thx for these very useful lib! I encountered some issues when linking with `libcpptrace`. Typically, here is the error I got: ``` /usr/bin/ld: lib/cpptrace/lib/libcpptrace.a(cpptrace.cpp.o): relocation R_X86_64_32S against symbol `_ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE@@GLIBCXX_3.4.21' can not be used when making a PIE object; recompile with -fPIE ``` I just added the `POSITION_INDEPENDENT_CODE ON` flag on the targets, and now it works like a charm :-). |
||
|---|---|---|
| .. | ||
| in | ||
| has_backtrace.cpp | ||
| has_cxx_exception_type.cpp | ||
| has_cxxabi.cpp | ||
| has_dl_find_object.cpp | ||
| has_dl.cpp | ||
| has_execinfo.cpp | ||
| has_stackwalk.cpp | ||
| has_unwind.cpp | ||
| InstallRules.cmake | ||
| OptionVariables.cmake | ||
| PreventInSourceBuilds.cmake | ||
| ProjectIsTopLevel.cmake | ||