From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34025 invoked by alias); 27 Aug 2017 13:43:47 -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 33594 invoked by uid 89); 27 Aug 2017 13:43:47 -0000 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 Received: from mail-it0-f52.google.com (HELO mail-it0-f52.google.com) (209.85.214.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 27 Aug 2017 13:43:43 +0000 Received: by mail-it0-f52.google.com with SMTP id f1so9336746ith.0 for ; Sun, 27 Aug 2017 06:43:43 -0700 (PDT) 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) Received: from [192.168.0.6] (d4-50-42-50.try.wideopenwest.com. [50.4.50.42]) by smtp.gmail.com with ESMTPSA id 126sm2790047itl.38.2017.08.27.06.43.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Aug 2017 06:43:40 -0700 (PDT) Subject: Re: Aw: Re: Strange errors with gcc and top, even after rebaseall To: cygwin@cygwin.com References: <4819e6d7-17c2-a970-11e6-f6a7f1a398de@gmail.com> <877exqtfmn.fsf@Rainer.invalid> From: cyg Simple Message-ID: <97f2158f-94d0-66e7-f506-4cdc367a8929@gmail.com> Date: Sun, 27 Aug 2017 13:43:00 -0000 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 X-SW-Source: 2017-08/txt/msg00247.txt.bz2 On 8/26/2017 5:51 PM, nobodyO@web.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