需要帮助在 Windows XP 上编译目标 C 程序
我是 Objective C 的新手,开始学习我开始参考一些教程和书籍。其中之一是 http://www.techotopia.com/index.php/Installing_and_using_GNUstep_and_Objective-C_on_Windows
我按照教程中的说明在 Windows 上安装了 GNUstep,但是当我尝试编译第一个程序 hello.m 时,它抛出错误 sh: gnustep-config --objc-flags: 未找到命令
I am a very new to objective c and start learning I started referring some tutorials and books. One of them is http://www.techotopia.com/index.php/Installing_and_using_GNUstep_and_Objective-C_on_Windows
I installed GNUstep on windows as instructed in the tutorial, but when I tried to compile the first program hello.m, it throws error
sh: gnustep-config --objc-flags: command not found
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来 gnustep-config 工具不在您的路径中。解决这个问题,你就会没事的。
要检查路径,请在 shell 提示符下键入 env。 (假设您在这里使用 bash 或其他基于“sh:”的东西)。
Sounds like the gnustep-config tool is not in your path. Fix that, and you'll be fine.
To check your path, type env at the shell prompt. (assuming you're using bash or something here, based on "sh:").