From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9006 invoked by alias); 29 Aug 2018 13:20: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 8996 invoked by uid 89); 29 Aug 2018 13:20:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=diese, Viren, viren, Diese X-HELO: mail-wm0-f45.google.com Received: from mail-wm0-f45.google.com (HELO mail-wm0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Aug 2018 13:20:56 +0000 Received: by mail-wm0-f45.google.com with SMTP id b19-v6so5282763wme.3 for ; Wed, 29 Aug 2018 06:20:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=yKwhFaRyqBcl1xfnGFhLHvwmCcMkO+gQixGBTL6z+aE=; b=f6/cJN+3Updf7VsoyfXHOPHE71pplyHwIdnK2rEh8Jgz4MZqO2KqTaCtDPmI6Yqis5 y8zSHhzl5KqTuX/Q2dS/l2D4WUjwGSxJ7YCXtMTg8ypdc39eqBVoqfuLAJVPNrK2xtWa 9ZEkRJEhcglnOOdohXC8rl7/kswBP6iZhCgEjJmPwuiWGYlrYB9Qc4ZKbgH5BVTK4/kS P2dEXLgMobKaqqhILcFKBV78czef76OvXuBTH8AHuNaP6jAzPp+PLkocNxotOshE8zRq FFch73lXlvI0WuBmrrtq4Psnw758JQi+eFoqxjEOSr4I6URF/a1QX8//6m3zeYtl3pTu K/nA== Return-Path: Received: from ?IPv6:::1? (p200300EE63DFA50144FC8763A3470F83.dip0.t-ipconnect.de. [2003:ee:63df:a501:44fc:8763:a347:f83]) by smtp.gmail.com with ESMTPSA id n11-v6sm3423412wra.26.2018.08.29.06.20.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Aug 2018 06:20:53 -0700 (PDT) Subject: Re: FW: gecko Segmentation fault when compiling To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <6f0a5876-efd2-58df-55fd-4f4263a63571@gmail.com> Date: Thu, 30 Aug 2018 00:35:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00373.txt.bz2 Am 29.08.2018 um 02:16 schrieb tlake@twcny.rr.com: > > I uninstalled and deleted the entire cygwin64 directory and reinstalled u= sing the defaults. The download time was much > shorter but I still can't compile anything with the C compiler even with = no anti-virus running. > I'm surprised the default installation doesn't include make or dir.h. > Adding make was no problem but it took me a while to find a package that = contains dir.h. > > Tom L > dir.h is surely not a standard header for building a cygwin program. It is clearly only for cross compiling for Windows $ cygcheck -p include/dir.h Found 7 matches for include/dir.h djgpp-runtime-2.05-1 - djgpp-runtime: DJGPP toolchain C runtime (installed binaries and support files) mingw64-i686-headers-5.0.2-1 - mingw64-i686-headers: MinGW-w64 runtime headers and libraries mingw64-i686-headers-5.0.3-1 - mingw64-i686-headers: MinGW-w64 runtime headers and libraries mingw64-i686-headers-5.0.4-1 - mingw64-i686-headers: MinGW-w64 runtime headers and libraries mingw64-x86_64-headers-5.0.2-1 - mingw64-x86_64-headers: MinGW-w64 runtime headers and libraries mingw64-x86_64-headers-5.0.3-1 - mingw64-x86_64-headers: MinGW-w64 runtime headers and libraries mingw64-x86_64-headers-5.0.4-1 - mingw64-x86_64-headers: MinGW-w64 runtime headers and libraries sys/dir.h is another matter $ cygcheck -p include/sys/dir.h Found 7 matches for include/sys/dir.h cygwin-devel-2.10.0-1 - cygwin-devel: Core development files cygwin-devel-2.11.0-0.4 - cygwin-devel: Core development files cygwin-devel-2.9.0-3 - cygwin-devel: Core development files ... "cygcheck -p" and https://cygwin.com/packages/ are the basic tool to find any package component. --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr=C3=BCft. https://www.avast.com/antivirus -- 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