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:references:to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=B5PYcfrbHf5upAd/ zppqjAFlK3ziW1E0UtQxYLZRsTbhCsGF27XOPTNxIpH/d/9hiP4iWgFDprfOBhH4 Rjp76AwMQoSaNODm15ugVHfiLMkgFBDBpMlMbDV75zTqbxHiwlrMRNw244GF9hqj uXJ8yNYxT735NpgC3QHd1l7EFVs= 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:references:to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=tSkMNKaOzYXnnsqFPmb3+R 4I0M8=; b=EQDwZ35f8wjv4op1OUScizPeWfykz5ux09b5lRqxKz9pjy5ZG3xrRU ZVFiN8UQ/w0+Xysw0+ascAcgF8IeIetLcIOx3Dr+/w5XpooMeYfWhJ7AVBiaaAoi ce40vw9eR+CRPRAinMu716DH/IauflMeyjQqQ0fShURlc4Q/GSH0A= 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=-0.9 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:64.59.136.138, H*RU:64.59.136.138, H*i:sk:4WDrUxx, H*i:oy1W4Rt-AGEb X-HELO: smtp-out-so.shaw.ca X-Authority-Analysis: v=2.2 cv=A9QuBOeG c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=vsAZ4HiF_gUA:10 a=IkcTkHD0fZMA:10 a=pGLkceISAAAA:8 a=FP58Ms26AAAA:8 a=LF2dOfbMAAAA:8 a=nDLoC0FglLu4x4DYw-UA:9 a=tTWTQ_YWR-JbzJUn:21 a=JnULgdRZLWqtdt0B:21 a=QEXdDO2ut3YA:10 a=6kGIvZw6iX1k4Y-7sg4_:22 a=6LVbBl2NLSWPyIBDCKCu:22 a=TmiWL2DCWjWbbQwbIu5r:22 Reply-To: Brian DOT Inglis AT Shaw DOT ca Subject: Re: falled compilations References: <0c989d50-95aa-4f86-46a9-32b3868c2316 AT SystematicSw DOT ab DOT ca> To: cygwin AT cygwin DOT com From: Brian Inglis Message-ID: Date: Tue, 18 Oct 2016 21:32:34 -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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfM60k7dIR0wyh8xp7mLqKUNZ5ArEUQ2Qamq+2C7NElZ/JTReeIsgi0cFA67Ye0UJEtAsynmdlnnIqFRmF5OWm3W8HWXZ7H1Nx8+ktHLusBTcUh5zThGa h3S67vDJ4IgZxrKPZcJigBXAoxTT7tg8YZbR02zPTG0cTTahh2abRsTY On 2016-10-18 20:10, juan carlos Rebate wrote: > 2016-10-19 3:50 GMT+02:00 Brian Inglis : >> On 2016-10-18 19:15, juan carlos Rebate wrote: >>> 2016-10-19 2:31 GMT+02:00 René Berber : >>>> 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 >> 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. > jc AT DESKTOP-A72U7VL ~/qemu > $ ./configure && make > > ERROR: "cc" either does not exist or does not work Okay you said earlier: >>> no on C:\cygwin\usr no gcc folder but if the mingw32 folder, this is >>> vygwin error because the whole development category is installed which implies you installed MinGW, not Cygwin, tools, causing the issue. You should ask about using these tools on the MinGW mailing list, see: https://sourceforge.net/p/mingw/mailman/mingw-users/ after reading and following: http://www.mingw.org/wiki/Getting_Started http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite http://www.mingw.org/wiki/MinGW_for_First_Time_Users_HOWTO -- 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