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
Probably, clang's ld doesn't support -export-dynamic
-export-dynamic
make command outputs:
make
[ 23%] Built target ral_nlls [ 26%] Built target target [ 50%] Built target ral_nlls-static [ 52%] Linking C executable nlls_c_test ld: unknown option: -export-dynamic clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [test/nlls_c_test] Error 1 make[1]: *** [test/CMakeFiles/nlls_c_test.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Probably, clang's ld doesn't support
-export-dynamic
make
command outputs:The text was updated successfully, but these errors were encountered: