CERNのルートソフトウェアをインストールしようとしていますが、現在のインストールの最後の段階にあります。私が取ったアクションは次のとおりです。
1)最新のROOTのソースを取得します(上記を参照)。
2) ビルドコマンドを入力します。
mkdir <builddir>
cd <builddir>
cmake ../root
cmake --build . [ -- -j<N> ] [ or simply "make -j<N>" on Unix systems ]
私はこれを入力します
sudo make -j3
ダウンロードが79%完了した後、ラップトップをしばらく閉じた後にこのエラーが発生します。
[ 79%] Linking CXX executable ../bin/rootcling
ln: failed to create hard link 'rootcint' => 'rootcling': Operation not permitted
main/CMakeFiles/rootcling.dir/build.make:87: recipe for target 'bin/rootcling' failed
make[2]: *** [bin/rootcling] Error 1
make[2]: *** Deleting file 'bin/rootcling'
CMakeFiles/Makefile2:25797: recipe for target 'main/CMakeFiles/rootcling.dir/all' failed
make[1]: *** [main/CMakeFiles/rootcling.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
私は最新バージョンのcmakeを使用しており、ROOTのすべての前提条件をダウンロードしました。これはすべて読み取り、書き込み、および実行権限を持つUSBフラッシュドライブにインストールされます。