On 9/10/2018 8:47 AM, Evol wrote: > thanks for your reply. You're welcome, always reply to the list as well.
> I replaced the files, but error occured again. > detail: > > Evol@RT-AC66U-8A58:/tmp/tinyproxy-1.10.0# sh autogen.sh > + cd . > + aclocal -I m4macros > autogen.sh: line 14: aclocal: not found The aclocal application is provided by autoconf. You may need a specific version of autoconf as will be indicated by the AC_PREREQ line in configure.ac. > + cd /tmp/tinyproxy-1.10.0 The /tmp directory is not the place to put your source code. It may even be the cause of other issues. Depending on the system it may even cause the system to crash. Instead create $HOME/src and move the source code to it. > + set - > ./configure You cannot execute configure properly if the autogen.sh script failed, autogen.sh and aclocal in particular is what creates the script. > checking build system type... Warning: creating insecure temp directory > ./config.guess: line 1: command: not found If /bin/sh doesn't exist or isn't executable then your system is borked and you're not going to get anywhere. However you executed ./configure to get this far so something else is wrong and what that is I cannot tell from here; maybe because your trying to build in the /tmp directory. > config.guess: cannot create a temporary directory in /tmp > configure: error: cannot guess build type; you must specify one > Always an option to specify --build=YOUR.SYSTEM.TRIPLET to bypass the guessing. -- Earnie _______________________________________________ config-patches mailing list config-patches@gnu.org https://lists.gnu.org/mailman/listinfo/config-patches