使用 Visual C 编译 MPIR 2010年
我正在尝试从命令行编译 MPIR(Windows 友好的 GMP 分支)。我的设置非常标准,Windows Vista 32 位,Visual C++ 2010 Express 版本,我只是想要一个完全普通的 32 位静态库构建,而不是尝试使用 IDE。我通过 Google 搜索可以找到的信息是:
- 安装适当版本的 yasm。
- 进入 build.vc10
- Configure.bat
- Make.bat
我设法做到了步骤 3 似乎有效,并克服了步骤 4 中的第一个障碍,但现在它在 make.bat 中的这一行上绊倒了
%MS_BUILD% gen-mpir\gen-mpir.vcxproj /p:Platform=Win32;Configuration=Release
:我运行的搜索可以确定,整个目录树中的任何位置都没有 gen-mpir,也没有任何其他对此的引用。我缺少什么?
I'm trying to compile MPIR (the Windows-friendly fork of GMP) from the command line. My setup is pretty bog standard, Windows Vista 32-bit, Visual C++ 2010 express edition, and I'm just going for a completely vanilla 32-bit static library build, not trying to use the IDE. The information I could find with a Google search says:
- Install the appropriate version of yasm.
- Go into build.vc10
- Configure.bat
- Make.bat
I managed to get as far as step 3 seeming to work, and past the first obstacle in step 4, but now it's tripping up on this line in make.bat:
%MS_BUILD% gen-mpir\gen-mpir.vcxproj /p:Platform=Win32;Configuration=Release
As far as the searches I've run can determine, there is no gen-mpir anywhere in the entire directory tree, nor any other reference to such. What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
mpir-devel 邮件列表上好心人的回答:http:// groups.google.com/group/mpir-devel/browse_thread/thread/488233bc8face88a
Answer from the good folk on the mpir-devel mailing list: http://groups.google.com/group/mpir-devel/browse_thread/thread/488233bc8face88a