How can I build a static executable (libgtkmm.a seems to be missing)?

Reconfigure gtkmm by doing a

cd gtkmm-1.0.x/
./configure --enable-static
make
make install