From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118539 invoked by alias); 19 Oct 2016 03:37:54 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 104658 invoked by uid 89); 19 Oct 2016 03:32:47 -0000 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 Received: from smtp-out-so.shaw.ca (HELO smtp-out-so.shaw.ca) (64.59.136.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 03:32:37 +0000 Received: from [192.168.1.100] ([174.0.238.184]) by shaw.ca with SMTP id whcIbF2BDMSApwhcJbTwHK; Tue, 18 Oct 2016 21:32:35 -0600 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.Inglis@Shaw.ca Subject: Re: falled compilations References: <0c989d50-95aa-4f86-46a9-32b3868c2316@SystematicSw.ab.ca> To: cygwin@cygwin.com From: Brian Inglis Message-ID: Date: Wed, 19 Oct 2016 03:37:00 -0000 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 X-SW-Source: 2016-10/txt/msg00223.txt.bz2 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@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