Hi everyone!
I was trying to compile luxrays today but got stuck. After searching around for a while this seems to be related to a DSO LinkChange in Fedora (https://fedoraproject.org/wiki/UnderstandingDSOLinkChange) and its asking to explicitly link pthread to the linker command line (see error below)
I'm not good with cmake and make; I've tried adding that in various places (in cmake files and makefiles) but no luck...
Is there any kind soul that can help me out?
Thanx in advance
====================================================================
Built target smallppmgpu
Linking CXX executable ../../bin/slg
/usr/bin/ld: CMakeFiles/slg.dir/telnet.cpp.o: undefined reference to symbol 'pthread_key_delete@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_key_delete@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
====================================================================