From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23100 invoked by alias); 19 Oct 2016 15:09:43 -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 21974 invoked by uid 89); 19 Oct 2016 15:09:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:2974, H*f:sk:3c88832, insta, H*i:sk:3c88832 X-HELO: mail-io0-f176.google.com Received: from mail-io0-f176.google.com (HELO mail-io0-f176.google.com) (209.85.223.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 15:09:32 +0000 Received: by mail-io0-f176.google.com with SMTP id f5so34526496ioj.2 for ; Wed, 19 Oct 2016 08:09:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=6wN2/Jv9oP9u3YgcXL5psYAATxoNaZ/r9CMtWWdYM4I=; b=LUQZakHcDzMQOD1CUlQ1m6uYJ13bqPlpQtzPLpA9RxYknxziZTsFugz87PpRNH+1hl lxKAWV9eLHHhy3rwdoLOBdslK5bPmquwXCNElopQWQP0nKHkVWtPTXE5KQjUo/2n2z2A sdaBAUu4vJHQj1Dur4qD8Rw+LVnflS4loGpXDDS3VT/5dzNQZdMF/32fJKoZu/Mmt0V6 PHU0NdMO9SXbMFpplT0msWOLeIxF7XrITg3MkidgZlFPwjQ1RnfzRH3CvWfvVqu9bsfs bwVScxWTLUCwi7VBgz4emkyRCxSvYMcWoNe1LsWOv3ES4J6/SBOD1tRNV7E+SQ29k3Ra fStQ== X-Gm-Message-State: AA6/9RnyA0U13/6Sp7GRt/krPfuEgbZs/m8N76GMgWz9wGtBwbpEsfKpZByPOCZ20TdA045lVA7D4oDmh2CFKw== X-Received: by 10.107.6.161 with SMTP id f33mr7285046ioi.48.1476889771046; Wed, 19 Oct 2016 08:09:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.29.144 with HTTP; Wed, 19 Oct 2016 08:09:30 -0700 (PDT) In-Reply-To: <3c888325-4fe9-60ac-179d-9eab6afea423@SystematicSw.ab.ca> References: <0c989d50-95aa-4f86-46a9-32b3868c2316@SystematicSw.ab.ca> <3c888325-4fe9-60ac-179d-9eab6afea423@SystematicSw.ab.ca> From: juan carlos Rebate Date: Wed, 19 Oct 2016 15:30:00 -0000 Message-ID: Subject: Re: falled compilations To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00233.txt.bz2 2016-10-19 5:33 GMT+02:00 Brian Inglis : > 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=C3=A9 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=3Dgcc or >>>>>> ./configure --cc=3D"gcc-3 -mno-cygwin" --host-cc=3Dgcc-3 >>>>> >>>>> Wrong, useless, tutorials. What you really do, if needed (and it >>>>> really >>>>> shouldn't be needed, see above). >>>>> ./configure CC=3Dgcc >>>>> 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 > I do not understand what I said, I said that from the installation graphical cygwin insta=C3=A9 entire category development to avoid dependency problems, was cygwin who installed mingw instead of gcc so that nueevo indicate that failure cygwin -- 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