mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 02:45:32 +00:00
fc95917253
Linking error will appear: Linking CXX executable ../../openmw /usr/bin/ld: CMakeFiles/openmw.dir/__/__/components/bsa/bsa_archive.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5' /usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line /lib/libpthread.so.0: could not read symbols: Invalid operation collect2: ld returned 1 exit status if we don't add explicitly pthreads library to linker flags after update glibc to version 2.15 on (Arch) Linux. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> |
||
---|---|---|
.. | ||
mwclass | ||
mwdialogue | ||
mwgui | ||
mwinput | ||
mwmechanics | ||
mwrender | ||
mwscript | ||
mwsound | ||
mwworld | ||
CMakeLists.txt | ||
config.hpp.cmake | ||
doc.hpp | ||
engine.cpp | ||
engine.hpp | ||
main.cpp |