On Nov 5, 2015, at 11:00 AM, Baker, Matthew B. <[email protected]> wrote:
> I was building jemalloc from the 4.0.4 tarball and it looks like the ‘make
> install’ is broken.
> I do:
> ./configure --prefix=$HOME/jemalloc-bin/
> make
> make install
>
> during make install I get this error:
>
> install -m 644 doc/jemalloc.html /ccs/home/bzf/jemalloc-bin/share/doc/jemalloc
> install: cannot stat `doc/jemalloc.html': No such file or directory
> make: *** [install_doc_html] Error 1
>
> It looks like the normal make won’t build documentation, but make install
> will try and install it anyways.
You should use this tarball:
https://github.com/jemalloc/jemalloc/releases/download/4.0.4/jemalloc-4.0.4.tar.bz2
<https://github.com/jemalloc/jemalloc/releases/download/4.0.4/jemalloc-4.0.4.tar.bz2>
Not this one:
https://github.com/jemalloc/jemalloc/archive/4.0.4.tar.gz
<https://github.com/jemalloc/jemalloc/archive/4.0.4.tar.gz>
The former has pre-generated configure script, documentation, etc., in order to
reduce build dependencies.
Jason_______________________________________________
jemalloc-discuss mailing list
[email protected]
http://www.canonware.com/mailman/listinfo/jemalloc-discuss