Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 opened this issue Aug 9, 2020 · 1 comment

Comments

@advancedwebdeveloper
Copy link

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

-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found

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 #12.

@TimothyGu , @pali , @ramiropolla , @traversaro - please follow up.
Also hence #12

Ivan

@ianlancetaylor
Copy link
Owner

There is no reason to use <dlfcn.h> on Windows. It's fine that the file does not exist there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants