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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=lFHvtsHQsPeHn9eIznP4aR/nUwMeQJm5F1bZEgOSweS tbhNLCehA7O2/lGiwNo+imd6Gv9sPBrfDJVuwFcq/++lvpCr72E7oCSfeXF/q6tR xzE0xd3Qr2Q30N9xIbdhFLMuby7w6jF5rhe50tzPRFDr0Q0IdFNkbL9nj05Umfno = 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=96kaQxnKnpKF1Wz5ZRYGn15AGbc=; b=QZecg7FzkohWEXYnP E6cSbo4OcR4D/HaefNZrGu/fKlnvxCjYzd3TnyouHaSciMF1bFlM/MxbpqFB0V2q vsqsju8j28I2J+KqRHz857IdxKJACkdIW8fcoElSWcZbYpg5uBPx1AD/fKo/OQgk /CM5Bp4xiLZKPY8m1p8AKn4KEg= 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.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 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 In-Reply-To: <3c888325-4fe9-60ac-179d-9eab6afea423@SystematicSw.ab.ca> References: <0c989d50-95aa-4f86-46a9-32b3868c2316 AT SystematicSw DOT ab DOT ca> <3c888325-4fe9-60ac-179d-9eab6afea423 AT SystematicSw DOT ab DOT ca> From: juan carlos Rebate Date: Wed, 19 Oct 2016 17:09:30 +0200 Message-ID: Subject: Re: falled compilations To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u9JF9uu7021132 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é 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 > I do not understand what I said, I said that from the installation graphical cygwin instaé 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