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:from:subject:references:to:reply-to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=SgRbNqpvo/hTIa6E uYDDstdeSk27jKTAAC56cFAhW669sxMcspcldGvWeDo+tqC5R/qvFX4+8PKoTCt3 11stdgDxQvYd/NMMksOIBbz4jbwLicfY102ruBeDl7l+pomJa3l31pWmEc1R7brF yjwiCeOGkrn55H/aOy7Ct4B/MoM= 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:from:subject:references:to:reply-to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=tSkMNKaOzYXnnsqFPmb3+R 4I0M8=; b=UblMdTym+W/6Mb5D/OwEvnopFPIHepzINHbY6cDV/dHQUPMuSP9ccn HoPfm+2d8c14AAE1fK+6OOATzus9gksWArHTP5XIv/n2o+mKRQCjMs3q3c54KhB6 wCyAC7D7tov2PYMPXb7iZCO18I/3pG5hQ1+4ZPLQDTWIMzCfz799g= 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=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*F:D*ab.ca, canada, learn, Hx-spam-relays-external:shaw.ca 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=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 From: Brian Inglis Subject: Re: falled compilations References: <0c989d50-95aa-4f86-46a9-32b3868c2316 AT SystematicSw DOT ab DOT ca> To: cygwin AT cygwin DOT com Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Message-ID: <3c888325-4fe9-60ac-179d-9eab6afea423@SystematicSw.ab.ca> Date: Tue, 18 Oct 2016 21:33:03 -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: MS4wfPNmXzW9wQORR9fzTSJr1w3NfJM0lE2asmMlVj1i5KYEHDdSo9WIZ4W4mZ8UR+wGofmuJmLkXwKfY9xhaa0FrEznPnyW+bnl23IoSYjrgIiGCsGccWyH 6I5glMpEAI6bFDZfXE5TZxQ3alo9TQbSz021WozgJodh7AHxWmUhLABxvfwUcqjWe+FJuUQOaiXMMQ== X-IsSubscribed: yes 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