Staticaly linking ROOT

I guess answer to my question is already given somewhere, but I cannot really find it.

How to make root compile into static libraries on linux/gcc? I don’t see any option in configure…

no change in configure, do
./configure with your options
make
make static

Rene