On 08/08/2020 06:59, wei zhao wrote:
> hi all,
> 
>  I downloaded mpir from github.com/BrianGladman.git. when I open
> msvc/vs10/mpir.sln I found three projects,  dll_mpir.gc, lib_mpir_cxx,
> lib_mpir_gc.
> 
>  lib_mpir_cxx generates a static lib, i need a dynamic one, I tried
> change it to dynamic libary but compile failed, showing a lot of
> unresolved external symbols.
> 
> anybody knows how to compile a dynamic mpirxx lib ? thanks in advance.

There is no dynamic mpirxx library

You should build the The DLL library, dll_mpir_gc, which provides both
the C and C++ MPIR functions.

The MPIR manual explains how to build assembler optimised versions if
you need them.

  Brian Gladman

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mpir-devel/a1c6007f-e2a2-8bdc-9b75-6ec09fbc1ddf%40gladman.plus.com.

Reply via email to