Compilation problem for root 6.09.01 in ubuntu 16.10

This is a known problem: see ROOT 6 Build From Source Error on Ubuntu 14.04 LTS

Dirty solution:

make -j4

Instead of make.

Clean solution is to update your ROOT sources, a bug fix was recently implemented.

git pull
make