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

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

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.

running make clean and then ./configure should solve your problem.

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

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

Leave a Reply

Your email address will not be published.