config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error in config.guess


From: Earnie
Subject: Re: error in config.guess
Date: Tue, 11 Sep 2018 08:41:57 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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:
> 
> address@hidden:/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]