Sponsored Content
Special Forums Windows & DOS: Issues & Discussions UNIX for Advanced & Expert Users > I tried to build libtiff on MSYS2+minGW but found an interruption Post 303012368 by abdulbadii on Friday 2nd of February 2018 07:24:22 PM
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..
 

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
unbound-checkconf(8)						   unbound 1.5.1					      unbound-checkconf(8)

NAME
unbound-checkconf - Check unbound configuration file for errors. SYNOPSIS
unbound-checkconf [-h] [-o option] [cfgfile] DESCRIPTION
Unbound-checkconf checks the configuration file for the unbound(8) DNS resolver for syntax and other errors. The config file syntax is described in unbound.conf(5). The available options are: -h Show the version and commandline option help. -o option If given, after checking the config file the value of this option is printed to stdout. For "" (disabled) options an empty line is printed. cfgfile The config file to read with settings for unbound. It is checked. If omitted, the config file at the default location is checked. EXIT CODE
The unbound-checkconf program exits with status code 1 on error, 0 for a correct config file. FILES
/var/unbound/unbound.conf unbound configuration file. SEE ALSO
unbound.conf(5), unbound(8). NLnet Labs Dec 8, 2014 unbound-checkconf(8)
All times are GMT -4. The time now is 05:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy