delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/10/18/21:50:27

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:subject:references:to:reply-to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=MB5QqMhpXDxMXwqy
vNaAU9BmwzwM6NL24dZlPRWfTsDuvjOcFzQzc5UFCJdZo4Nwt1nzKiiTwhrhiU0F
a9LY7qY2i2e1WCyRDYmPinnCPG9Eq4wvjtGIXeXhJeL7DQ++01boMnOQPbImUxMD
SKJblXMGWEJBCmCUKWKH3Hn4vws=
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:subject:references:to:reply-to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=mSBYxV8yPY7VJZrMRxkCtI
KBL3E=; b=khIbp8CLZig1Io1w1jbGfPumcjghkWfiPyqBFrhG1flYSIC3z4jC/F
38O8+mURnSXuIrlTaML2Z6fNY8bvf2svX5+dO67OrDtTaoBC2Yiz+rTZWhzsJr1B
1AcBS5XgC5b0sd40pg0LmXIZn+6ChOdvJoSBIHOxJpKai/ZDfIPoA=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=Hx-languages-length:1700, explorer, Hx-spam-relays-external:64.59.134.9, H*RU:64.59.134.9
X-HELO: smtp-out-no.shaw.ca
X-Authority-Analysis: v=2.2 cv=dtuZMBo4 c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=pGLkceISAAAA:8 a=jZYt7PRxwFnDM66QKEcA:9 a=nDaLBUhfZE0byEBZ:21 a=zBbN4LfTC6_y9TEf:21 a=QEXdDO2ut3YA:10 a=6kGIvZw6iX1k4Y-7sg4_:22
Subject: Re: falled compilations
References: <CAJzZnfREp2WEZq55DB4jrEZppubw_aHrJ9kkPcLjAaLxms8dyg AT mail DOT gmail DOT com> <nu6et8$vso$1 AT blaine DOT gmane DOT org> <CAJzZnfTp8MH0OZd+Y-SZqF5Eo0aVGOh6SA0tT5w1GAwQmBPMnA AT mail DOT gmail DOT com>
To: cygwin AT cygwin DOT com
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <0c989d50-95aa-4f86-46a9-32b3868c2316@SystematicSw.ab.ca>
Date: Tue, 18 Oct 2016 19:50:02 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0
MIME-Version: 1.0
In-Reply-To: <CAJzZnfTp8MH0OZd+Y-SZqF5Eo0aVGOh6SA0tT5w1GAwQmBPMnA@mail.gmail.com>
X-CMAE-Envelope: MS4wfDJ+r8EfKihsIJ8nyf9JSGEOEn6qFnObG5+wS9ni+rOaism6vdkUHD6/g1jQj895bqQFhO03+KD61G7QE4DejWupIZl7jzmXImZTpC6H7QHlLHUO6HQ2 q2TMoqra8boKTSs0ah/yxUGSCpmiK4zvYJEBzjPy5YNRRQOISr2/RL3mrgieCs/mViSWNW9na3st1Q==
X-IsSubscribed: yes

On 2016-10-18 19:15, juan carlos Rebate wrote:
> 2016-10-19 2:31 GMT+02:00 René Berber <rene DOT berber AT gmail DOT com>:
>> On 10/18/2016 7:04 PM, juan carlos Rebate wrote:
>>> in the three applications receive the same error
>>> error cc either not exit or no work,
>> First check that gcc is in the path, something like this (in mintty):
>> $ which gcc
>> /usr/bin/gcc
>> $ which cc
>> /usr/bin/cc
>>> but this is not true, when I call to gcc works correctly, todod
>>> tutorials tell me that do the following ./configure --cc=gcc or
>>> ./configure --cc="gcc-3 -mno-cygwin" --host-cc=gcc-3
>> Wrong, useless, tutorials.  What you really do, if needed (and it really
>> shouldn't be needed, see above).
>> ./configure CC=gcc
>> In fact you can learn that by simply running:
>> ./configure --help
> no on C:\cygwin\usr no gcc folder but if the mingw32 folder, this is
> vygwin error because the whole development category is installed

On Unix most executables have no extension, so Cygwin does not always
show the .exe following a program name, and /usr/bin/gcc is the normal
Cygwin output for the compiler gcc.exe, and is not a folder name.
If you look for the file under Windows Explorer, you will see the
directory entry forgcc.exe, unless you hide extensions.

Please run Cygwin using the Cygwin Terminal Start Menu Entry;
in that window, cd to the directory where the program configure script
was downloaded; run the following command:
	./configure && make
without adding any other options, and post the output in a reply here.

Without actual error messages, no one can see if you have any issues
which need fixed.

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019