在 Windows 上使用 GMP
我正在尝试在 Windows 上的 C++ 程序中使用 GMP,并且我使用 Cygwin 成功编译了它,并且我得到了一个 .a 文件,这是 .lib 文件的 Linux 版本。有没有办法可以将其与 Visual C++ 编译器一起使用,或者有没有办法为 Windows 编译 GMP 以生成 .lib 文件?
I am trying to use GMP in a C++ program on windows, and I compiled it successfully with Cygwin, and I get an .a file, which is linux's version of a .lib file. Is there a way I can use this with the Visual C++ compiler, or is there a way to compile GMP for windows to produce a .lib file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何创建 .lib 文件,但您可能想查看 mpir。 MPIR 是 GMP 的一个分支,可使用 Visual Studio 2008 和 2010 进行编译。
I don't know about creating a .lib file, but you may want to look at mpir. MPIR is a fork of GMP that compiles with Visual Studio 2008 and 2010.