When we get error messsage:
cp: preserving permissions for .... Operation not supported
we need to edit Makefile by removing option -p from cp
1) On "install_include:" and "install_docs:"
find $(cp) -p and remove out -p
2) Change INSTALLER
#INSTALLER= $(LIBTOOL) --mode=install cp -p
INSTALLER= $(LIBTOOL) --mode=install cp
0 개의 댓글:
댓글 쓰기