You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the what I have done:
git clone https://github.com/KarypisLab/GKlib.git
cd GKlib
sudo apt-get install build-essential
sudo apt-get install cmake
make config
make
make install
All went well except for "make install". I got the error message as follows:
make -C build/Linux-x86_64 install
make[1]: Entering directory '/home/fei/Documents/MultilevelSS/GKlib/build/Linux-x86_64'
make[1]: *** No rule to make target 'install'. Stop.
make[1]: Leaving directory '/home/fei/Documents/MultilevelSS/GKlib/build/Linux-x86_64'
make: *** [Makefile:70: install] Error 2
Could you indicate how I can fix this? Thanks!
The text was updated successfully, but these errors were encountered:
Here's the what I have done:
git clone https://github.com/KarypisLab/GKlib.git
cd GKlib
sudo apt-get install build-essential
sudo apt-get install cmake
make config
make
make install
All went well except for "make install". I got the error message as follows:
make -C build/Linux-x86_64 install
make[1]: Entering directory '/home/fei/Documents/MultilevelSS/GKlib/build/Linux-x86_64'
make[1]: *** No rule to make target 'install'. Stop.
make[1]: Leaving directory '/home/fei/Documents/MultilevelSS/GKlib/build/Linux-x86_64'
make: *** [Makefile:70: install] Error 2
Could you indicate how I can fix this? Thanks!
The text was updated successfully, but these errors were encountered: