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:to:from:subject:date:message-id:references :reply-to:mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=Awby+WGyc78vhcO8hTLCRRHhAI1XvP e7bhLmYfE9OZUzwPJxm2VVash3QYyWDv3E5HYHc8Q/oqaBQ3RbsLBgUW3GqDPtcu IgMGIC2gb9ytXQq/6vW1eROuUBZ2rXhALZk7xh2FpmtYjdDNXlCPRGSuAv92evbw oyvuwISzLM9Ho= 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:to:from:subject:date:message-id:references :reply-to:mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=dctWYupxwLGS50gQkyiTonTYI0w=; b=a4H1 ZBKVLL8L+FziYjXOJ03LjmW2vxSLcw6X8MKzbRzMKgumiOrIaPSv4bgatsxzCPMP 3BMe99U7S1ap4PEN2dSj7PoFa/+hG+aFbVHxb+ppQx4P+THjmu5iZKbgm9Y4wXqx UgSHgrb6o8c9BHbyD5weQncZTYezTr35xaNxqS4= 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: =?ISO-8859-1?Q?No, score=1.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=ren, Hx-languages-length:703, Ren, Ren=c3=a9?= X-HELO: blaine.gmane.org To: cygwin AT cygwin DOT com From: =?UTF-8?Q?Ren=c3=a9_Berber?= Subject: Re: falled compilations Date: Tue, 18 Oct 2016 19:31:33 -0500 Lines: 32 Message-ID: References: Reply-To: Do not reply Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 In-Reply-To: X-IsSubscribed: yes On 10/18/2016 7:04 PM, juan carlos Rebate wrote: [snip] > 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 Reagards. -- René Berber -- 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