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
Hi there,
I'm trying to build cpprestsdk in ubuntu 14.04 LTS, but I am getting this error during make:
Linking CXX executable ../../Binaries/SearchFile ../../Binaries/libcpprest.so.2.8: undefined reference to `dlclose' ../../Binaries/libcpprest.so.2.8: undefined reference to `dlsym' ../../Binaries/libcpprest.so.2.8: undefined reference to `dlopen' ../../Binaries/libcpprest.so.2.8: undefined reference to `dlerror' ../../Binaries/libcpprest.so.2.8: undefined reference to `dladdr' collect2: error: ld returned 1 exit status make[2]: *** [Binaries/SearchFile] Error 1 make[1]: *** [samples/SearchFile/CMakeFiles/SearchFile.dir/all] Error 2 make: *** [all] Error 2
I could really use some help here...
The text was updated successfully, but these errors were encountered:
test_runner needs to be linked with libdl
5cb6dd9
It uses dlopen/dlclose/... Fixes: microsoft#247
No branches or pull requests
Hi there,
I'm trying to build cpprestsdk in ubuntu 14.04 LTS, but I am getting this error during make:
I could really use some help here...
The text was updated successfully, but these errors were encountered: