A C library that may be linked into a C/C++ program to produce symbolic backtraces
975
stars
228
forks
source link
Supplying dependency for missing dlfcn.h, on Windows 10: review of dlfcn-win32, as a candidate, for a dependency (or a merger) #46
Closed
advancedwebdeveloper closed 4 years ago
Hello again.
So, I was checking all missing headers, while compiling https://go.googlesource.com/gollvm and https://github.com/ianlancetaylor/libbacktrace .
So while I was checking
I found that such a project exists: https://github.com/dlfcn-win32/dlfcn-win32 . It seems to be oriented against CMake - so it could be vibrant with https://github.com/ianlancetaylor/libbacktrace/issues/12.
@TimothyGu , @pali , @ramiropolla , @traversaro - please follow up. Also hence https://github.com/ianlancetaylor/libbacktrace/issues/12
Ivan