<div dir="ltr">Hi Jason,<div><br></div><div>Thanks a lot for the quick response. I'll do so as suggested. </div><div><br></div><div style>Please let me know if you think it would be good to include this info in the README file. This information might be useful to newcomers like me.  If this is a default assumption and people are expected to be aware of this, then please ignore this request.</div>
<div style><br></div><div style>Thanks,</div><div style>karthik</div><div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 27, 2013 at 10:47 PM, Jason Evans <span dir="ltr"><<a href="mailto:jasone@canonware.com" target="_blank">jasone@canonware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On May 27, 2013, at 8:24 AM, Karthik KN <<a href="mailto:karthikkn.ceg@gmail.com">karthikkn.ceg@gmail.com</a>> wrote:<br>

> I tried compiling the jemalloc from source and after configure and make , make install fails with the following error.<br>
><br>
> install -m 644 doc/jemalloc.html /usr/local/share/doc/jemalloc<br>
> install: cannot stat `doc/jemalloc.html': No such file or directory<br>
> make: *** [install_doc_html] Error 1<br>
><br>
> The following are my machine details.<br>
><br>
> Linux karthik-pc 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux<br>
><br>
> I am not sure why the html file is NOT generated in the expected location. Am I missing something here?<br>
<br>
</div></div>The build system is set up such that release tarballs do not depend on the documentation build tools.  If you want to build/install directly from a git checkout, do 'make dist' or 'make build_doc' before 'make install'.  Alternately, do 'make install_bin install_include install_lib' to install everything except docs.<br>

<span class="HOEnZb"><font color="#888888"><br>
Jason</font></span></blockquote></div><br></div>