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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Dt8Lzw14gqZEfzrQ v3h2Vrm0XXp3gw+4P2nUf1DSfq55IYzZqWeCWKY93Dv3ZGtRh6M6WDAY+YujYgwW 5BWR13Or2xx3TbbiEI5vYkLQda9xAaprNbUSEVLPMmueRoz++rPBJZ+rOYbW6Fz9 GGQY7sQZm6zsDlCb4FHqqm4hIyc= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=+p2ZIHoPTWvTYbPHC5R6QM i4Rtc=; b=MCVOnOw/8r+PGPRvm3G67l/UE357G/apxLqdmYPJPOOyoNsDXMk60g IWW4B7vFXsh8vyX0rdqI3az82CP7dI/2Z+Go6qNBfCSW/TsP20H7SkQfpDvMbTYv pedfSdkgmgoUdrv9quLBeiLs4kQOM+doTILrm5YXkMyVMHKTLX5a0= 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-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 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== Subject: Re: FW: gecko Segmentation fault when compiling To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <6f0a5876-efd2-58df-55fd-4f4263a63571@gmail.com> Date: Wed, 29 Aug 2018 15:20:52 +0200 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 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w7TDL8G1016821 Am 29.08.2018 um 02:16 schrieb tlake AT twcny DOT rr DOT com: > > I uninstalled and deleted the entire cygwin64 directory and reinstalled using 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üft. 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