VMware编译本地文件失败?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是一个已知问题,已在 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