Step 3b is to make sure you don't use libraries that themselves cannot be fully statically linked (hello, GTK!).
It's cool that they use run-time dynamic loading to "modularize" certain features (such as image loading), but it seriously damages the benefits of static linkage.