makefile - make *** 没有指定目标,也没有找到 makefile。停止

标签 makefile

我在安装软件包时遇到问题 dionaea .

在我输入后:

./configure --with-lcfg-include=/opt/dionaea/include/ \
--with-lcfg-lib=/opt/dionaea/lib/ \
--with-python=/opt/dionaea/bin/python3.1 \
--with-cython-dir=/usr/bin \
--with-udns-include=/opt/dionaea/include/ \
--with-udns-lib=/opt/dionaea/lib/ \
--with-emu-include=/opt/dionaea/include/ \
--with-emu-lib=/opt/dionaea/lib/ \
--with-gc-include=/usr/include/gc \
--with-ev-include=/opt/dionaea/include \
--with-ev-lib=/opt/dionaea/lib \
--with-nl-include=/opt/dionaea/include \
--with-nl-lib=/opt/dionaea/lib/ \
--with-curl-config=/opt/dionaea/bin/ \
--with-pcap-include=/opt/dionaea/include \
--with-pcap-lib=/opt/dionaea/lib/ \
--with-glib=/opt/dionaea

下一步是:
#make

出现错误消息:make: *** No targets specified and no makefile found. Stop.
我的目录是 /usr/local/src

最佳答案

make将生成文件作为输入。 Makefile 通常命名为 makefileMakefile . configure命令应该生成一个makefile,以便make可以依次执行。检查是否在您的工作目录下生成了 makefile。

关于makefile - make *** 没有指定目标,也没有找到 makefile。停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14412919/

相关文章:

c - 来自 makefile 的多个可执行文件

在 PHP_NEW_EXTENSION 中有多个源文件的 phpize 的 config.m4 生成一个什么都不做的 Makefile

makefile - brew install v8 : make: *** [out/Makefile. native ] 错误 127

c++ - Makefile 和链接 .a 库

c - 如何使 Eclipse 使用不在项目根目录中的现有 makefile

c++ - 使用 g++ -c 和 g++ -fopenmp 生成文件

makefile - 简洁的 Makefile

.net - 在 Linux 上编译 MonoDevelop 5.3 时出错

bash - Makefile中的基本if else语句

testing - cmake 可选测试