Open kimspirit opened 2 years ago
I encountered the same problem as you, I added 'set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=gold")' in cmakelists, and then related to 'cannot find -lXxf86vm', my system is Ubuntu22 .04, I executed 'sudo apt install libxxf86vm-dev' in terminal and it solved the problem
Steps to Reproduce: