Hi, I try to compile fprobe package .After ./configure command , when i run make command compile process failed # make make all-recursive make[1]: Entering directory `/home/fprobe-1.1' Making all in src make[2]: Entering directory `/home/fprobe-1.1/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/fprobe-1.1/src' make[2]: Entering directory `/home/fprobe-1.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/fprobe-1.1' make[1]: Leaving directory `/home/fprobe-1.1' can anyone knows how to resolve this problem . Regards Varun Sharma
You need a makefile in src with the correct target Le 16 juil. 2013 12:32, "Varun Sharma" <vsdssd@gmail.com> a écrit :
Hi,
I try to compile fprobe package .After ./configure command , when i run make command compile process failed
# make
make all-recursive make[1]: Entering directory `/home/fprobe-1.1' Making all in src make[2]: Entering directory `/home/fprobe-1.1/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/fprobe-1.1/src' make[2]: Entering directory `/home/fprobe-1.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/fprobe-1.1' make[1]: Leaving directory `/home/fprobe-1.1'
can anyone knows how to resolve this problem .
Regards Varun Sharma
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
makefile bulid after ./configure in both palce. one in src folder and anotherone in fprobe folder .how to compare these two makefile. On Tue, Jul 16, 2013 at 2:12 PM, Youssouf Said <youssouf.kernel@gmail.com>wrote:
You need a makefile in src with the correct target Le 16 juil. 2013 12:32, "Varun Sharma" <vsdssd@gmail.com> a écrit :
Hi,
I try to compile fprobe package .After ./configure command , when i run make command compile process failed
# make
make all-recursive make[1]: Entering directory `/home/fprobe-1.1' Making all in src make[2]: Entering directory `/home/fprobe-1.1/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/fprobe-1.1/src' make[2]: Entering directory `/home/fprobe-1.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/fprobe-1.1' make[1]: Leaving directory `/home/fprobe-1.1'
can anyone knows how to resolve this problem .
Regards Varun Sharma
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (2)
-
Varun Sharma -
Youssouf Said