Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过我的一个 C++ 项目的终端运行 netbeans makefile
执行时
Make
,我收到以下错误:
... /bin/sh: 1: -o: not found make[1]: *** [nbproject/qt-Debug.mk] Error 127 ...
我应该怎么办?提前致谢。请注意,我可以通过 Netbeans 轻松构建程序。
编辑:我使用 ubuntu 13.04、netbeans 7.3、linux 终端。
我只是使用:
make
或者
make CONF=Release
在项目根目录(Makefile 所在的位置)中,它可以工作。我有一个简单的 C++ 项目,没有任何额外的东西。