We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In
openssl-cmake/crypto/CMakeLists.txt
Line 286 in 8ffd927
You should add user32 advapi32. For example when disabling default libraries, I'm missing theses symbols:
user32 advapi32
lld-link-9: error: undefined symbol: __imp__GetProcessWindowStation@0 >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_isservice) lld-link-9: error: undefined symbol: __imp__GetUserObjectInformationW@20 >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_isservice) >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_isservice) lld-link-9: error: undefined symbol: __imp__MessageBoxA@16 >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_showfatal)
lld-link-9: error: undefined symbol: __imp__RegisterEventSourceA@8 >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_showfatal) lld-link-9: error: undefined symbol: __imp__ReportEventA@36 >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_showfatal) lld-link-9: error: undefined symbol: __imp__DeregisterEventSource@4 >>> referenced by libcrypto-1_1.lib(cryptlib.c.obj):(_OPENSSL_showfatal)
The text was updated successfully, but these errors were encountered:
Ok. Thanks. I will include the change soon.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In
openssl-cmake/crypto/CMakeLists.txt
Line 286 in 8ffd927
You should add
user32 advapi32
. For example when disabling default libraries, I'm missing theses symbols:The text was updated successfully, but these errors were encountered: