Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when "make install" #21

Closed
curlyt opened this issue Jan 24, 2017 · 2 comments
Closed

Issue when "make install" #21

curlyt opened this issue Jan 24, 2017 · 2 comments

Comments

@curlyt
Copy link

curlyt commented Jan 24, 2017

hi ,

I followed the steps to install MKLDNN. However, in the last step when I want to "make install". It showed the Error msg as below.

Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/libmklml_intel.so
CMake Error at cmake_install.cmake:36 (FILE):
file INSTALL cannot copy file
"/home/curly/mkl-dnn/external/mklml_lnx_2017.0.1.20161005/lib/libmklml_intel.so"
to "/usr/local/lib/libmklml_intel.so".

can anyone helps me?

@rsdubtso
Copy link

rsdubtso commented Jan 24, 2017

Did you specify CMAKE_INSTALL_PREFIX? If not then the default install prefix /usr/local which is usually writable only by the root user. Please point CMAKE_INSTALL_PREFIX to a directory writable by your user. For example: cmake -DCMAKE_INSTALL_PREFIX=$HOME/mkldnn.

@curlyt
Copy link
Author

curlyt commented Jan 25, 2017

It works, thank you!

@curlyt curlyt closed this as completed Jan 25, 2017
@Darwinian2 Darwinian2 mentioned this issue Aug 9, 2017
m-ymzk pushed a commit to m-ymzk/oneDNN that referenced this issue Nov 29, 2020
Fix: src: cpu: aarch64: conv: cnn-*-fp32-* segv error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants