Build GMP on 64bit Windows

后端 未结 5 1850
无人共我
无人共我 2021-02-02 00:33

I have followed the instruction on the \"GMP Install Instruction for Windows Platform\". I could build a 32bit version of GMP which can be used for Visual Studio.



        
5条回答
  •  天命终不由人
    2021-02-02 01:09

    I have tried the following. The library can be built successfully.

    ./configure --prefix=/d/Temp/gmp-5.0.1-install --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-static --enable-shared
    

提交回复
热议问题