使***没有指定目标,也没有找到任何makefile.停止 [英] make *** no targets specified and no makefile found. stop

查看:101
本文介绍了使***没有指定目标,也没有找到任何makefile.停止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I have a problem installing package 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作为输入. Makefile通常被命名为makefileMakefile. configure命令应生成一个makefile,以便可以依次执行make.检查是否在您的工作目录下生成了一个makefile.

make takes a makefile as input. Makefile usually is named makefile or Makefile. The configure command should generate a makefile, so that make could be in turn executed. Check if a makefile has been generated under your working directory.

这篇关于使***没有指定目标,也没有找到任何makefile.停止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆