|
From: Florent R. <f.r...@fr...> - 2023-07-02 13:41:01
|
Hi, jsb <fli...@he...> wrote: > `OpenThreads::Thread::CurrentThreadId()' > collect2: error: ld returned 1 exit status > make[2]: *** [src/Main/CMakeFiles/fgfs.dir/build.make:1247: src/Main/fgfs] > Error 1 > make[1]: *** [CMakeFiles/Makefile2:2553: src/Main/CMakeFiles/fgfs.dir/all] > Error 2 > make: *** [Makefile:166: all] Error 2 > > Any ideas? Judging from the description and the output of 'apt showsrc libopenthreads-dev', libopenthreads-dev appears to come from the same source as libopenscenegraph-dev. Can you give the output of dpkg -l | grep -E 'libopen(threads|scenegraph)' ? This can be run as a normal user. Regards -- Florent |