如何在Win 64位上构建gsl-1.8(GNU统计库)
我是编译 GNU 库的新手(以前从未这样做过)。 我有 VS 2010,但不介意下载其他 ANSI C 编译器。
如果您可以帮助我完成运行构建库的 make 文件所需的步骤。
I'm a newbie in compiling GNU libraries(Never did it before).
I have VS 2010 but don't mind downloading other ANSI C Compiler.
If you can assist me in the steps I need to do to run the make file that build the library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,gsl 的 win32 端口被 1.8 版本卡住了(当前版本是 1.15),这已经很旧了,我不确定 win64 上的构建是否可以工作。
无论如何,如果您想尝试一下,请从这里下载源代码 http://gnuwin32 .sourceforge.net/downlinks/gsl-src-zip.php,将所有内容解压到一个新的空目录中,然后从阅读开始src\gsl\1.8\gsl-1.8\VC8\Readme_VC8.htm。
VC10编译器应该可以。
As far as I can see the win32 port of the gsl got stuck with version 1.8 (current is 1.15), this is quiet old and I'm not sure if a build on win64 will work.
Anyhow if you want to give it a try download the sources from here http://gnuwin32.sourceforge.net/downlinks/gsl-src-zip.php, unpack everything into a new and empty directory and start by reading src\gsl\1.8\gsl-1.8\VC8\Readme_VC8.htm.
The VC10 compiler should do.
我最近使用 debian 的 MinGW gcc 构建、部署并使用了适用于 Win 64 的 GSL 1.15,因此我可以向您保证在 Win64 上构建 GSL 是可能的。但是,我对 VS 完全没有经验,无法帮助您,抱歉。如果您可以使用二进制文件和构建 debian 软件包,请查看 我们的存储库。
I've recently built, deployed and used the GSL 1.15 for Win 64 with the MinGW gcc of debian, so I can assure you it's possible to build the GSL on Win64. However, I'm absolutely not experienced with VS and can't help you there, sorry. If you can make any use of binaries and a building debian package, please look into our repository.