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

后端 未结 11 2183
栀梦
栀梦 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:22

    I got the same error and i fixed it by looking at the solution from this site:

    http://trac.macports.org/ticket/40476.

    SO did you got any error after running './configure' ? Maybe something about lacking tclConfig.sh. If so, instead of running './configure', you have to search for the tclConfigure.sh first and then put it in the command, in my case, its located in /usr/lib/. And then run: './configure ----with-tcl=/usr/lib --with-tclinclude=/usr/include'

提交回复
热议问题