是 g++ cygwin 上的和我在 Linux 平台上得到的有什么不同吗?
我可以开始安装 boost 库、ACE 框架并将其用作我的家庭 Linux 服务器吗?
Can I start installing boost libraries, ACE framework and use it as my home Linux server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Cygwin 上的 G++ 与任何其他平台上的 G++ 非常相似。如果您找不到想要为 Cygwin 预编译的 Boost 库,您应该能够将其与 Boost 一起使用。
然而,Cygwin 不是 Linux;而是 Linux。您将无法将其用作“家庭 Linux 服务器”。 Cygwin 为 Windows 提供了类似 Linux 的界面,但它仍然运行在 Windows 上,而不是 Linux 上。
The G++ on Cygwin is very similar to that on any other platform. You should be able to use it with Boost if you can't find the Boost libraries you want pre-compiled for Cygwin.
However, Cygwin is not Linux; you won't be able to use it as your 'home Linux server'. Cygwin gives a Linux-like interface to Windows, but it is still running on Windows, not Linux.