3
シンボル 'exp @@ GLIBC_2.2.5'への未定義の参照
同様の質問がここで尋ねられましたが、答えはありません。 Levenberg-Marquardt(どこかからダウンロードされた)の実装があり、それをコンパイルしようとしていますが、次のエラーが発生します。 gauravloj@vertex:~/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6$ make [ 87%] Built target levmar Linking C executable lmdemo /usr/bin/ld: CMakeFiles/lmdemo.dir/lmdemo.c.o: undefined reference to symbol 'exp@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [lmdemo] Error 1 make[1]: *** [CMakeFiles/lmdemo.dir/all] Error 2 make: *** [all] Error …