X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=kef6uNW2SqAOWNAf 0is1nst6msIsxdmojfd1FEm/U5lGsfd3HcF5Mm29LQLPLkCGVXhTque4BqIan9Ee E8DeHCl9A3ypq3Kzvxu0SCu9ckgZ7V9ZjVKcvHoAs4znFQDKVHKIw6BSnmUeniYn UBW75HwhB49wGkhfAQEIK8D6fr0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=IFLTXGGAzcZQrSppBBQHHi W6JRE=; b=N0C+bHDXpKgoRqOW+dg0jpG+sAVpilhLtFc7qK3++6Qyy4ffxdkOZV 3ZHw+3bL9j3cbkUsg6312rMvBaU90jaJCjaYhZyr/i84ZrpG8T/2R9HcVYmpqyZM /NJguRFghssctWICsbK3OgpMRoSErJsNPlGNt4jGi06AT/M7xw3uQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-languages-length:827 X-HELO: smtp-out-so.shaw.ca X-Authority-Analysis: v=2.2 cv=e552ceh/ c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=N659UExz7-8A:10 a=mDV3o1hIAAAA:8 a=ytbsDgbV3_idKcmju3kA:9 a=pILNOxqGKmIA:10 a=_FVE-zBwftR9WsbkzFJk:22 Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: Which is it -pc- or -unknown- To: cygwin AT cygwin DOT com References: <29b66287-6bd7-4e82-b35d-12a735c2070b AT gmail DOT com> From: Brian Inglis Message-ID: Date: Tue, 17 Oct 2017 17:49:17 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <29b66287-6bd7-4e82-b35d-12a735c2070b@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfBQKBPG736ZzhT9V0JiNEhMte3RIT59n/qZoPxDIAUnI8ZJCXVd/MJDwZ7tluNmWNQUCi1iGOrarF1nSE5urKA5MNjwUXpnGP8+fA02f+JzoJuNUejqm GLkVjhYdSKlKFNJv1SwesoSMxe0I0L+mz1ExOnOzshXORBNC4rXkknVjnlGj0evUAlFYVw7vlfI67g== X-IsSubscribed: yes On 2017-10-17 13:16, cyg Simple wrote: > The config.guess file[1] is confused. > > 840 i*:CYGWIN*:*) > 841 echo ${UNAME_MACHINE}-pc-cygwin > 842 exit ;; > ----- > 870 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) > 871 echo x86_64-unknown-cygwin > 872 exit ;; > > The GCC executable is x86_64-pc-cygwin-gcc.exe but config.guess on my > system gives x86_64-unknown-cygwin so specifying a fully qualified host > doesn't find the executable file. So which should it be? > > [1]http://git.savannah.gnu.org/cgit/config.git/tree/config.guess?id=c003e5cb947924ca5edd25c3b840aaa373c66b28 There are also similar confusions and differences between projects and distros about use of x86_64 (or x86-64) and amd64. You may have come across others. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple