Visual Studios Link.exe error: “extra operand”

戏子无情 提交于 2019-12-01 14:36:07

问题


Our build process uses Visual Studios 2003 link.exe for linking. On one machine we're seeing the following error:

_X86_Win32/Debug/Intermediate/OurApp.exe LINK: extra operand `/subsystem:windows' Try `LINK --help' for more information

It appears to be using the same version of visual studios as the other machines. Has anyone encountered this problem before?


回答1:


It looks like there's a copy of the GNU link utility somewhere in the search path. This message isn't from the Microsoft linker.



来源:https://stackoverflow.com/questions/136237/visual-studios-link-exe-error-extra-operand

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!