From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41924 invoked by alias); 19 Oct 2016 02:10:32 -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 41384 invoked by uid 89); 19 Oct 2016 02:10:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=D*ab.ca, sk:briani, sk:BrianI, U*Brian.Inglis X-HELO: mail-io0-f179.google.com Received: from mail-io0-f179.google.com (HELO mail-io0-f179.google.com) (209.85.223.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 02:10:07 +0000 Received: by mail-io0-f179.google.com with SMTP id f5so17472562ioj.2 for ; Tue, 18 Oct 2016 19:10:06 -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=DnRo6mZR7TfcPkC630w2J9kQqB5JW1B3NygqmgfdXgQ=; b=gWMhnbnLjRONVM+9Za355+sUDK37ajxBkYTKEWaWGe1RPEFiigsPlPOGIUb2j2MRE2 tb6RZI10iZJCBlbW2VGacge3xJp37ibhxJkFRESKh6nibD0DKKQx+h6TfS/UwVcbdNrS ThOjCWlOKkbR8iv1cbnJquhnIqU3ZA2vp82Af62vj4LQ5I74wSZAnkXawIRcuZoVdnbq KZ7MvpNtvbGE7nUWl+imp3GwkRTLOIN7e83CTJpUSLpSvf/WYBASoM+tbGqkpdyT4qOQ lYVHxqtzeqPokMe4UQuwM2o4Pf5vCBYLZynweXNpK6N+xKrpBXJrJSToib1kE35KsJ4a Fq7g== X-Gm-Message-State: AA6/9RnB14Nbgpq0WP5nhq3GzNC6yimO2R9vIzDTyB6rSCWk3CMNaqJXjejh/LuS63ZUo9JKzTlNhCLwfPedTQ== X-Received: by 10.107.164.41 with SMTP id n41mr4523647ioe.97.1476843005111; Tue, 18 Oct 2016 19:10:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.29.144 with HTTP; Tue, 18 Oct 2016 19:10:04 -0700 (PDT) In-Reply-To: <0c989d50-95aa-4f86-46a9-32b3868c2316@SystematicSw.ab.ca> References: <0c989d50-95aa-4f86-46a9-32b3868c2316@SystematicSw.ab.ca> From: juan carlos Rebate Date: Wed, 19 Oct 2016 03:37: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/msg00222.txt.bz2 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 >> >> no on C:\cygwin\usr no gcc folder but if the mingw32 folder, this is >> vygwin error because the whole development category is installed > > > 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 -- 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