pub fn link_shared_lib(
    objects: &[PathBuf],
    output_filename: &Path
) -> Result<()>