When I try to install any compressed file into Linux I never can, because:
When I execute
./configure
the system saysbash: ./configure: No such file or directory
.When I execute
sudo ./configure
the system sayssudo: ./configure: command not found
.Worst , when I execute
make
the system says make:*** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop.
With
make install
the system saysmake: *** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop.
Completion: I can't install nothing that is not in the repository into my system.
Note: I use Linux Mint XFCE 13 (Maya).
What can I do to solve this unpleasant problem?