AIBluefisher / DAGSfM

Distributed and Graph-based Structure from Motion. This project includes the official implementation of our Pattern Recognition 2020 paper: Graph-Based Parallel Large Scale Structure from Motion.
https://aibluefisher.github.io/GraphSfM/
BSD 3-Clause "New" or "Revised" License
402 stars 86 forks source link

undefined reference to symbol 'cholmod_solve' #67

Closed VerseWei closed 3 months ago

VerseWei commented 3 months ago

hello! Some errors appears when i run "make -j8", i used gcc 6.5, cmake 3.28 and cuda 11.7, could you give me some suggestions?

[ 96%] Linking CXX executable colmap /usr/bin/x86_64-linux-gnu-ld: ../libcolmap.a(sparse_cholesky_llt.cpp.o): undefined reference to symbol 'cholmod_solve' //usr/lib/x86_64-linux-gnu/libcholmod.so.3: 无法添加符号: DSO missing from command line collect2: error: ld returned 1 exit status src/exe/CMakeFiles/colmap_exe.dir/build.make:130: recipe for target 'src/exe/colmap' failed make[2]: [src/exe/colmap] Error 1 CMakeFiles/Makefile2:2504: recipe for target 'src/exe/CMakeFiles/colmap_exe.dir/all' failed make[1]: [src/exe/CMakeFiles/colmap_exe.dir/all] Error 2 [ 96%] Linking CXX executable visual_index_test [ 96%] Built target visual_index_test Makefile:145: recipe for target 'all' failed make: *** [all] Error 2

@AIBluefisher