make *** no targets specified and no makefile found. stop

后端 未结 11 2176
栀梦
栀梦 2020-12-03 02:58

I have a problem installing package dionaea.

After I type this:

./configure --with-lcfg-include=/opt/dionaea/include/ \\
--with-lcfg-lib         


        
11条回答
  •  悲&欢浪女
    2020-12-03 03:33

    If after ./configure Makefile.in and Makefile.am are generated and make fail (by showing this following make: *** No targets specified and no makefile found. Stop.) so there is something not configured well, to solve it, first run "autoconf" commande to solve wrong configuration then re-run "./configure" commande and finally "make"

提交回复
热议问题