[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-libsigsegv] x86_64-apple-darwin17.4.0
From: |
Bruno Haible |
Subject: |
Re: [bug-libsigsegv] x86_64-apple-darwin17.4.0 |
Date: |
Mon, 12 Feb 2018 04:30:57 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-104-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
Jon Styles wrote:
> trying to: ./configure --prefix=${prefix} && make && make check && make
> install
> libsigsegv-2.12 on Mac OS X 10.13.3
>
> fails with:
> checking build system type... Invalid configuration
> `2/tools/x86_64-apple-darwin17.4.0': machine `2/tools/x86_64-apple' not
> recognized
> configure: error: /bin/sh build-aux/config.sub
> 2/tools/x86_64-apple-darwin17.4.0 failed
It looks like your environment (some environment variable or some
cc, gcc, or clang executable) uses a directory name with a space in it.
Such directory names are not always supported. Better use directory names
with only non-blank ASCII characters.
> tried adding a —host=apple-darwin17.4.0 option to configure with no change
Really, --host is only needed when you're cross-compiling. I doubt
it's the proper workaround against a broken environment.
Bruno