LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I tried to build libtiff on MSYS2+minGW but found an interruption.. (https://www.linuxquestions.org/questions/linux-software-2/i-tried-to-build-libtiff-on-msys2-mingw-but-found-an-interruption-4175622978/)

BudiKusasi 02-02-2018 08:46 PM

I tried to build libtiff on MSYS2+minGW but found an interruption..
 
When I tried to build libtiff on MSYS2+minGW and opened the MSYS2 shell, got error:

$ ./configure

configure: loading site script /etc/config.site
checking build system type... Invalid configuration `x86_64-pc-msys': system `msys' not recognized
configure: error: /bin/sh config/config.sub x86_64-pc-msys failed


Can I just override the environment var:

MSYSTEM_CHOST="x86_64-pc-msys"

with the correct one ?
What is the correct one to help me solving it ?.. Thanks much in advance..

business_kid 02-04-2018 05:53 AM

Have a look at the output of
Code:

./configure --help |less


All times are GMT -5. The time now is 06:48 AM.