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=HV0RZbeciIe+7tIm R0tNGhADa1jX80L7uaOopwYrCJm9TLmUq5FhYE0huY8kJBHC9LnHHrqeNMi8vCc4 eePvuLE+rhgpAX8Xmcbj1CVXrAqDBJ6yLwSXtoUcgCTdUrvZBu33Qv8fweQbu1vK TnaMd8+SfSQB9t//Qv1f7Uhq9/k= 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=tPItOLxC9bS/Y9t3BqZQHe GS4Uw=; b=c8jBGliBweULYQdOf+Y/tOmJ4W9dIqyK06WDu1sOej2dMsR7VafmPv WIfBpA2hkSdClTmfyKVwyDtw6JtJRE3M3x/BFkRYuoyubvhEe7csEZAt3jWoitpZ cSgXbHaEscDuuV6YZCUQWL11HITy4libYIjWgLA8Rws8VQMKG/Lhk= 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: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1143, department, HContent-Transfer-Encoding:8bit X-HELO: mail-it0-f52.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vsrBTgQVSBJhADktd/5jvQLC8Pui2zFBgtN3mB5qYLo=; b=Jo/jUJimipx6Re7jAVXx8ZIETDkectQZeWqwZZgGSEQ2Uq+U5n4NGMzhSolW3JJ0As 0K4qAwrjzRs3ohzBNKTKaYykPnspRbhlL6L+bt1uQZ+RphTDDaHK2jA/SHSgb9C2pE+o Iq/NivPWjqwrJQZDQJnitSqB+KHhFX4sbqtu8d98ixovuiftmU+Zk6aTPE8OdIWSJA9F xKh1lhy4dZhQJRGO8/bOYA7UsLbrPDQ0rt2WPoc7akqPvaaLYWNoVjx+9mihDtfFoFF2 yVvOLX8mZ0k03nUpLgSrt9YyStk7wrcfouSjhI+t6RC1VDuLtfK3638WFrKf3gBE/JuP wfWw== X-Gm-Message-State: AHYfb5hFk287tQpm+8lD1xXFVTz2cUHnSCR9YOsh9rmCCD9M6QIfdZlT KYpyjgLTbeOI+Vl/ X-Received: by 10.36.84.210 with SMTP id t201mr3481785ita.167.1503841422038; Sun, 27 Aug 2017 06:43:42 -0700 (PDT) Subject: Re: Aw: Re: Strange errors with gcc and top, even after rebaseall To: cygwin AT cygwin DOT com References: <4819e6d7-17c2-a970-11e6-f6a7f1a398de AT gmail DOT com> <877exqtfmn DOT fsf AT Rainer DOT invalid> From: cyg Simple Message-ID: <97f2158f-94d0-66e7-f506-4cdc367a8929@gmail.com> Date: Sun, 27 Aug 2017 09:43:40 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 8/26/2017 5:51 PM, nobodyO AT web DOT de wrote: > Hi, > >> I guess I don't understand why you thoink you'd need two installations >> for two build environments.  >   > I have installed one Cygwin installation package from department A, for > building software a, and another from department B and which has some > tools which were developed here, for building software b. > You only need one Cygwin install and the self developed tools reside within that install; I'll call Cygwin and your tools (TOOLS). Your source for each department is separated by projects. You set your PATH to point to your TOOLS. You change to a project directory and issue the project build command (MAKE). Once the project is successfully built you create a package to deliver (MAKE package). There may be reasons to have multiple environments of Cygwin but those environments must be totally separate and the reasons should only be if there are differences in the Cygwin environment that are required for a specific job. What you've presented doesn't appear to be a required reason. -- cyg Simple -- 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