已解决install: cannot stat ‘doc/jem
2017-05-19 本文已影响0人
macon快跑
是这么解决的, 记录下来, 回头研究下为什么.
交代下背景, 我在ubuntu下交叉编译 jemalloc ,报错 install: cannot stat ‘doc/jemalloc.html’: No such file or directory ,查了下资料, 如果你不需要doc的话, 可以 这样写, make install 应该是install all 的样子.
make && make install_bin install_include install_lib