使***没有指定目标,也没有找到任何makefile.停止

编程入门 行业动态 更新时间:2024-10-24 20:21:00
本文介绍了使***没有指定目标,也没有找到任何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通常被命名为makefile或Makefile. 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.停止

本文发布于:2023-11-04 00:51:02,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1556507.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:没有找到   目标   makefile

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!