Я пытаюсь установить пакет на Haskell в Windows 10 64-bit. Я установил Cygwin для архитектуры x64. Позже я установил automake-1.15 используя установочный файл cygwin. Я скачал последние config.guess и config.sub и поместил их в каталог automake-1.15 . Тем не менее, я все еще не могу успешно настроить пакет Haskell.

Configuring plugins-1.5.5.0...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2002-07-23, 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

    ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2002-07-23

До замены файлов config.guess и config.sub временная метка config.guess была где-то в 2014 году, но в сообщении конфигурации также 2002-07-23 . Что мне не хватает?

1 ответ1

0

Установите Automake и Autoconf (все версии предпочтительнее) и переустановите automake-1.15 на всякий случай.

Перед запуском configure запустите autoreconf -ifv . Это должно установить последний config.guess в вашем исходном дереве

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .