[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem Autoconf-2.69
From: |
Earnie |
Subject: |
Re: problem Autoconf-2.69 |
Date: |
Thu, 15 Feb 2018 13:40:40 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 2/13/2018 2:06 PM, Mehdi Ahmed wrote:
> Hi GNU,
>
> I have probleme when i install autoconf 2.69 on architecture ppc64el
> (ubuntu 16.04)
> Have you solution please to these !
>
> --------------------------------------------------------------------------------------------------------
> Output file "./conficure"
> --------------------------------------------------------------------------------------------------------
>
>
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking build system type... build-aux/config.guess: unable to guess system
> type
>
> This script, last modified 2012-02-10, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
>
So why haven't you resolved this by doing what you've been told to do
already?
>
> http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
> and
>
> http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
>
Get these files from git and replace all occurrences in the source
package with these.
> If the version you run (build-aux/config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <address@hidden <mailto:address@hidden>> in order to provide the
> needed
> information to handle your system.
>
> config.guess timestamp = 2012-02-10
>
> uname -m = ppc64le
> uname -r = 4.4.0-109-generic
> uname -s = Linux
> uname -v = #132-Ubuntu SMP Tue Jan 9 20:00:40 UTC 2018
>
>From the git link above I see the following filter for your system.
ppc64le:Linux:*:*)
echo powerpc64le-unknown-linux-"$LIBC"
exit ;;
--
Earnie