Try as I might, I have never been very successful in compiling stuff. Read about everything I could find about it and follow step by step instructions that came with the application to be compiled. Needed libraries are also installed.
I am getting past the first step. Configure is successfully completed.
However, 'make dep' and or 'make' and 'make install' are failing. I am using sudo and "./".
Error: File not found.
I can see only 'Makefile' listed but not 'make'. Presume one is an incarnation of the other.
Please help, I am going nuts over this.
Thanks.
I am getting past the first step. Configure is successfully completed.
However, 'make dep' and or 'make' and 'make install' are failing. I am using sudo and "./".
Error: File not found.
I can see only 'Makefile' listed but not 'make'. Presume one is an incarnation of the other.
Please help, I am going nuts over this.
Thanks.
Comment