我正在尝试编译 ices,但是当我执行make时会得到这个错误。
make: *** No targets specified and no makefile found. Stop.有人能帮我修好吗?
@Martin:谢谢您的关注,当我运行./configure时,我得到了这个错误:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check我有一个名为Makefile.in的文件和其他名为Makefile.am的文件
发布于 2015-07-11 12:42:28
博士您需要一个C++编译器并在make之前运行./configure
https://askubuntu.com/questions/647150
复制相似问题