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

Building error pthread problem #47

Open
muhammetfaik opened this issue Apr 27, 2022 · 1 comment
Open

Building error pthread problem #47

muhammetfaik opened this issue Apr 27, 2022 · 1 comment

Comments

@muhammetfaik
Copy link

I run make command in build directory but I have this error:

[ 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 ?

@StefanYohansson
Copy link
Owner

hey, what's your OS and how do you installed/compiled the libpj?
it seems like a problem on libpjproject

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

No branches or pull requests

2 participants