<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Nov 5, 2015, at 11:00 AM, Baker, Matthew B. <<a href="mailto:bakermb@ornl.gov" class="">bakermb@ornl.gov</a>> wrote:<div><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">I was building jemalloc from the 4.0.4 tarball and it looks like the ‘make install’ is broken.</div>
<div class="">I do:</div>
<div class="">./configure --prefix=$HOME/jemalloc-bin/</div>
<div class="">make</div>
<div class="">make install</div>
<div class=""><br class="">
</div>
<div class="">during make install I get this error:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">install -m 644 doc/jemalloc.html /ccs/home/bzf/jemalloc-bin/share/doc/jemalloc</div>
<div class="">install: cannot stat `doc/jemalloc.html': No such file or directory</div>
<div class="">make: *** [install_doc_html] Error 1</div>
</div>
<div class=""><br class="">
</div>
<div class="">It looks like the normal make won’t build documentation, but make install will try and install it anyways.</div></div></div></blockquote></div><div class=""><br class=""></div>You should use this tarball:<div class=""><br class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span><a href="https://github.com/jemalloc/jemalloc/releases/download/4.0.4/jemalloc-4.0.4.tar.bz2" class="">https://github.com/jemalloc/jemalloc/releases/download/4.0.4/jemalloc-4.0.4.tar.bz2</a></div></div><div class=""><br class=""></div><div class="">Not this one:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://github.com/jemalloc/jemalloc/archive/4.0.4.tar.gz" class="">https://github.com/jemalloc/jemalloc/archive/4.0.4.tar.gz</a></div><div class=""><br class=""></div><div class="">The former has pre-generated configure script, documentation, etc., in order to reduce build dependencies.</div><div class=""><br class=""></div><div class="">Jason</div></body></html>