Sunday, September 29, 2013

make install problem

make[2]: Nothing to be done for `install-exec-am'.
====================================

This may be a error that one may encounter during installation of some linux based sofwares. In the process of executing ./configure, make, make install , this could be a error when we do make install. To eliminate the issue just try

./configure --prefix=/usr

this would work for most of the installation.

No comments:

Post a Comment