1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 02:45:32 +00:00
openmw-tes3mp/apps/openmw
Lukasz Gromanowski fc95917253 Fix for not visible pthreads function with glibc 2.15
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>
2012-03-19 20:54:30 +01:00
..
mwclass another armour class detection fix 2012-03-15 15:05:14 +01:00
mwdialogue Merge remote branch 'werdanith/journalmessage' 2012-03-19 19:34:28 +01:00
mwgui some cleanup 2012-03-19 19:21:08 +01:00
mwinput minor fix 2012-02-10 21:24:33 +01:00
mwmechanics Empty npcs 2011-12-09 00:08:30 -05:00
mwrender removed preprocessor constants 2012-03-18 20:32:50 +01:00
mwscript fixed handling of optional instruction/function arguments; removed choice workaround 2012-03-17 19:32:44 +01:00
mwsound Removed a couple of warnings with nosound 2012-03-18 22:50:52 +02:00
mwworld compilation fix 2012-03-19 18:01:54 +01:00
CMakeLists.txt Fix for not visible pthreads function with glibc 2.15 2012-03-19 20:54:30 +01:00
config.hpp.cmake another minor correction (fixing the previous one) 2011-07-08 16:16:06 +02:00
doc.hpp first set of additional doxygen comments 2010-09-25 15:03:53 +02:00
engine.cpp Merge branch 'master' of https://github.com/zinnschlag/openmw.git into DialogueSystem 2012-03-19 00:20:43 +01:00
engine.hpp implemented dialogue scripts 2012-03-05 16:56:14 +01:00
main.cpp temporarily disabled multi data path support in OpenMW 2012-02-28 09:27:35 +01:00