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

cannot find -lDbgeng #112

Open
dvirtz opened this issue Sep 1, 2021 · 1 comment
Open

cannot find -lDbgeng #112

dvirtz opened this issue Sep 1, 2021 · 1 comment

Comments

@dvirtz
Copy link

dvirtz commented Sep 1, 2021

I'm building on Linux with mingw-w64 and the compiler fails to link to Dbgeng, presumably because the library name is in lower case

> find /opt/mingw-w64-build/ -name '*bgeng*'
/opt/mingw-w64-build/x86_64-w64-mingw32/x86_64-w64-mingw32/include/dbgeng.h
/opt/mingw-w64-build/x86_64-w64-mingw32/x86_64-w64-mingw32/lib/libdbgeng.a
/opt/mingw-w64-build/x86_64-w64-mingw32/x86_64-w64-mingw32/lib32/libdbgeng.a

from config.log:

/opt/mingw-w64-build/x86_64-w64-mingw32/lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld: cannot find -lDbgeng
collect2: error: ld returned 1 exit status
...skipped <p/root/.conan/data/boost/1.76.0/_/_/build/24c72ffed451b48e203e1f76e0b9681825a52595/boost/bin.v2/libs/stacktrace/build/gcc-10.2./rls/trgt-os-wndws/thrd-mlt/vsblt-hdn>WinDbg.output for lack of <p/root/.conan/data/boost/1.76.0/_/_/build/24c72ffed451b48e203e1f76e0b9681825a52595/boost/bin.v2/libs/stacktrace/build/gcc-10.2./rls/trgt-os-wndws/thrd-mlt/vsblt-hdn>WinDbg_exe.exe...
@apolukhin
Copy link
Member

I have no access to that platform. Please try to lowercase the Dbgeng, check if that works for you. If that helps - send a PR with a fix and we'll see in the CI if the fix breaks some other platforms

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

No branches or pull requests

2 participants