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
I run make command in build directory but I have this error:
make
[ 91%] Building CXX object CMakeFiles/ktelephone.dir/src/telephony/uamanager.cpp.o [ 95%] Building CXX object CMakeFiles/ktelephone.dir/qrc_resources.cpp.o [100%] Linking CXX executable ktelephone /usr/bin/ld: /usr/local/lib/libpj-x86_64-unknown-linux-gnu.a(os_core_unix.o): undefined reference to symbol 'pthread_rwlock_destroy@@GLIBC_2.2.5' /usr/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/ktelephone.dir/build.make:316: ktelephone] Error 1 make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/ktelephone.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
What it is problem ?
The text was updated successfully, but these errors were encountered:
hey, what's your OS and how do you installed/compiled the libpj? it seems like a problem on libpjproject
Sorry, something went wrong.
No branches or pull requests
I run
make
command in build directory but I have this error:What it is problem ?
The text was updated successfully, but these errors were encountered: