<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello all,</div>
<div><br>
</div>
<div>I was building jemalloc from the 4.0.4 tarball and it looks like the ‘make install’ is broken.</div>
<div>I do:</div>
<div>./configure --prefix=$HOME/jemalloc-bin/</div>
<div>make</div>
<div>make install</div>
<div><br>
</div>
<div>during make install I get this error:</div>
<div><br>
</div>
<div>
<div>install -m 644 doc/jemalloc.html /ccs/home/bzf/jemalloc-bin/share/doc/jemalloc</div>
<div>install: cannot stat `doc/jemalloc.html': No such file or directory</div>
<div>make: *** [install_doc_html] Error 1</div>
</div>
<div><br>
</div>
<div>It looks like the normal make won’t build documentation, but make install will try and install it anyways.</div>
</body>
</html>