001、問題
安裝軟體 make過程中出現如下錯誤:
/usr/bin/ld: cannot find -lgsl
/usr/bin/ld: cannot find -lopenblas
002、問題分析
出現類似的這種報錯,一般是找不到對應的庫檔案,比如上面的提示對應如下的兩個庫檔案:
libgsl.so
libopenblas.so
003、利用locate快速定位系統是否有以上兩個庫檔案
001、問題
安裝軟體 make過程中出現如下錯誤:
/usr/bin/ld: cannot find -lgsl
/usr/bin/ld: cannot find -lopenblas
002、問題分析
出現類似的這種報錯,一般是找不到對應的庫檔案,比如上面的提示對應如下的兩個庫檔案:
libgsl.so
libopenblas.so
003、利用locate快速定位系統是否有以上兩個庫檔案