Link the rts shared libs against gmp and the other C libs
When using shared libs we should link each lib against its deps. This allows the dynamic linker to chase dependencies and means we do not have to specify all indirect dependencies (as we must do for static libs).
Please register or sign in to comment