While installing eclipse.tar.gz and when I used ./configure command,it returned me the following error:
"bash: ./configure: No such file or directory" How to solve this error, so that I can install eclipse on my system.
I installed 'pmars-0.9.2' (its was unpacked from pmars-0.9.2.tar.gz) on Ubuntu 18.04, but with ./configure i also got a similar bash: ./configure: No such file or directory error. For the correct use of the command autoreconf -i i wrote in sequence:
# automake # apt install automake # apt install automake1.11 # autoreconf -i and for me this already goes into another error:
autoreconf: 'configure.ac' or 'configure.in' is required
./configure? OT: Do you have any particular reason to not install Eclipse from the repositories?./configuresimply means "execute the file calledconfigurein this directory, and Bash is telling you there's no such file. Where did you get the instructions to use that command? I suggest looking there for help, and if you still can't work it out then consider using a ready-made package.