From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74071 invoked by alias); 21 Jan 2020 05:27:58 -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 74057 invoked by uid 89); 21 Jan 2020 05:27:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:sk:2be956b, HContent-Transfer-Encoding:8bit X-HELO: mail-wm1-f43.google.com Received: from mail-wm1-f43.google.com (HELO mail-wm1-f43.google.com) (209.85.128.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jan 2020 05:27:56 +0000 Received: by mail-wm1-f43.google.com with SMTP id 20so1576726wmj.4 for ; Mon, 20 Jan 2020 21:27:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=7zRW7SnB68o94dAxdfOCuCVWxQ3Z9/AnhlCfSp76bVk=; b=rNGrTLIHWFi3XMcN6yvHASxFWbMrsIcCYF/R8nlOkGbcOr9LsMlGFqBPoMY++cvSUL VGbdlR6WL5INhb+fRp9qkE7T2JJGAoBehUheJ6iQoFCDtCd6Nl8O/ctoMPYKR6D5mH9M WVEBY3qITKJaR/u3qRowHRcczSL74JOP+8e+MfkMGNgtcgdBBd1gIpjdkuYdIUD8NBLe 1qI4EObA1uBVakBlfl5YXF4Y7CSGW0UsrYWZVNGQtpuVNl0der0DzAm3/YGSnVK7vyyN nZcqmjNgvyofop5VP4/iebC3eZxrxMScDdXZzDzquehBW/Y8Y0G80Fs9pJkAv21SSg7V f8SQ== Return-Path: Received: from ?IPv6:2003:ee:6727:2e01:40f9:d1fc:4414:9066? (p200300EE67272E0140F9D1FC44149066.dip0.t-ipconnect.de. [2003:ee:6727:2e01:40f9:d1fc:4414:9066]) by smtp.gmail.com with ESMTPSA id s3sm2235540wmh.25.2020.01.20.21.27.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Jan 2020 21:27:53 -0800 (PST) Subject: Re: io_stream_cygfile: fopen(/etc/setup/setup.rc) failed To: Arpitha M Cc: cygwin@cygwin.com References: <5b786e7c-9044-2efb-ad64-aaee964d52f4@gmail.com> <2be956bb-d8f0-44a5-9c6d-02a6da0a79c7@gmail.com> From: Marco Atzeri Message-ID: <63556a33-f70a-1c65-27fd-2b4afbebd13b@gmail.com> Date: Tue, 21 Jan 2020 05:27:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00182.txt.bz2 Am 21.01.2020 um 05:58 schrieb Arpitha M: > Hi Marco, > > Complete error as follows: > > $ ./configure > configure: Configuring idevs 2.0.0.1 > checking build system type... i686-pc-cygwin > checking host system type... i686-pc-cygwin > checking target system type... i686-pc-cygwin > checking for gcc... gcc > checking for C compiler default output file name... > configure: error: in `/cygdrive/e/CLIENT': > configure: error: C compiler cannot create executables > See `config.log' for more details. > > Attached is the config log. > > Regards, > Arpitha M > Again here we follow bottom posting as guide line. can you check if you can compile the failing test ? $ cat prova.c /* confdefs.h. */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define IDEVS_VERSION "2.0.0.1" /* end confdefs.h. */ int main () { ; return 0; } $ gcc prova.c -o prova -Wall $ ls -s prova 156K prova -- 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