UNIX for Advanced & Expert Users > I tried to build libtiff on MSYS2+minGW but found an interruption

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions UNIX for Advanced & Expert Users > I tried to build libtiff on MSYS2+minGW but found an interruption
# 1  
Old 02-02-2018
UNIX for Advanced & Expert Users > 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:

Code:
$ ./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:

Code:
MSYSTEM_CHOST="x86_64-pc-msys"

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

Last edited by Scrutinizer; 02-03-2018 at 02:28 AM..
# 2  
Old 02-03-2018
Moderator's Comments:
Mod Comment Please open threads discussing Windows problems in the Windows & DOS: Issues & Discussions forum; not one of the UNIX, Linux, or BSD forums.

This thread is being moved to the Windows & DOS: Issues & Discussions.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Any Google SEO Expert to Help UNIX.COM?

I checked (again) and it seems like we lost 70% of our Google indexed links starting in March 2018. So far, I do not know what caused this drop: https://www.unix.com/members/1-albums215-picture904.png As mentioned, I have done a lot of checking, and we did not make any changes in March of... (2 Replies)
Discussion started by: Neo
2 Replies

2. Windows & DOS: Issues & Discussions

MSYS2 on Windows 7 VM

Hello All, Hopefully I'm posting this in the correct place... I just recently installed MSYS2 (*32-bit) on a Windows 7 VM I have running on my Linux Host. I have a basic question about User management on MSYS. MSYS2 i686: Version 20150512 I'm guessing when MSYS gets installed it uses... (2 Replies)
Discussion started by: mrm5102
2 Replies

3. Shell Programming and Scripting

What's UNIX Expert's suggestion for this thread ?

Assume that 100 file's of type .txt are saved in directory in which, 40 .txt files having ID 225 in column x 10 .txt files having ID 220 in column x 30 .txt files having ID 115 in column x and remaining 20 .txt file's having UNIQUE ID say 226,227,228,229,230....first I want to read only files... (8 Replies)
Discussion started by: Akshay Hegde
8 Replies

4. Shell Programming and Scripting

Advanced AWK Regexp substring to int & Replace

Hi! I have a difficult problem, to step up a unknown version number in a text file, and save the file. It would be great to run script.sh and the version gets increased. Example the content of the textfile.txt hello version = x bye This include three steps 1. First find the char after... (2 Replies)
Discussion started by: Beachboy72
2 Replies

5. Programming

Compilers to be used on Linux box to build C & C++

Hallo, Recently I have started working on a Linux box it has a default compilers.I tried to build a simple code using the default compilers. compilers installed is at /usr/bin/cc When I used same compilers to compile a C++ code error message is appearing.Then I tried to compile same code using... (4 Replies)
Discussion started by: milindb
4 Replies

6. Shell Programming and Scripting

Advanced Search & Delete Text File

I have a file in which email messages are stored in. Every email is separated by by a ^Z character (Control-Z). I need to extract all emails after the 65,00th one to another file and delete them from the original file. Any suggests on accomplishing this? (2 Replies)
Discussion started by: maxcell
2 Replies
Login or Register to Ask a Question