Hi All,
I’m interested in seeing how the MPICH package generates its man pages, and have been trying to build/install main branch (fresh checkout from github).
The package builds as far as libs and compiler wrappers are concerned, but there do not appear to be any man pages.
I’m doing
checkout from github
git submodule –init –recursive
./autogen.sh
./configure --prefix=a place to call home
make -j 4 install
do I need to use a special configure or make option?
Thanks for any pointers,
Howard