VMware编译本地文件失败?

发布于 2024-11-05 20:02:31 字数 271 浏览 1 评论 0原文

我在 Vmware 上运行 ubuntu 并映射了本地文件夹,以便虚拟机可以访问这些文件。 “真实”文件位于 D:/something 下,并出现在 Ubuntu uder root/mnt/hgfs/something 中。

但是,每当我尝试使用 g++ 编译 cpp 文件时,我都会收到链接器错误。当我尝试编译同一文件(如果它直接位于根目录中)时,不会出现此错误。

请帮忙!

错误消息:/usr/bin/ld:最终链接失败:非法查找 colect2: ld 返回 1 退出状态

im running ubuntu on Vmware and have a local folder mapped so the virtual machine can access the files. The "real" files are localed under D:/something and appear in Ubuntu uder root/mnt/hgfs/something

However, whenever i try to compile a cpp file using g++ i get a linker error. This error does not appear when i try to compile the same file if it was in the root directly.

Please help!

error msg: /usr/bin/ld: final link failed: Illegal seek
colect2: ld returned 1 exit status

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缺⑴份安定 2024-11-12 20:02:31

这似乎是一个已知问题,已在 2011 年 3 月 28 日发行的 VMware vmhgs 驱动程序中修复。更多信息请点击这里:
http://comments.gmane.org/gmane.comp.emulators .vmware.tools.devel/745

It looks like this is a known issue, which was fixed in the 3/28/2011 release of the VMware vmhgs driver. More information here:
http://comments.gmane.org/gmane.comp.emulators.vmware.tools.devel/745

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文