"make" and "make install" never work

Posted by Nirmik on Ask Ubuntu See other posts from Ask Ubuntu or by Nirmik
Published on 2012-08-31T18:55:09Z Indexed on 2012/08/31 21:49 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I have been trying it from a long time now and this time it got my nerves...

The commands make and make install used to install a program from an extracted tar ball never work for some reason...

The make command gives me the error-

 make: *** No targets specified and no makefile found.  Stop.

and the make install command gives me the error

 make: *** No rule to make target `install'.  Stop.

Why are these commands not executing? What should I do to solve this issue?

© Ask Ubuntu or respective owner

Related posts about compiling

Related posts about make