Hi Vincent, When you ran CMakeSetup, did you check ON the option for shared libraries ? This is : BUILD_SHARED_LIBS Please make sure that the option is not selected. That is, it should be OFF so that all the libraries built are static. Hope that helps, Luis