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=A4xh+FxKEE2aCHwB 5CWiz2SRUHVZa7PU5QBm6H1zn6pv4JPgH/8wU1NKsO/V3gTqTsqFVAyIYjSl1pXG Zah4KbGBp+4f5uTJ6GpbYtrGvhH6X4YERZyvzNGNIyIP+17YHooIbxFK5Z6pXu7v NmJtBrp9LfsfIs8sjJs4kYOtjlE= 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=Wp+05rZUrgAyiFplEibagO DUrRo=; b=RLavQ71zvwsJqrWdk/gTVFDH+9OX/GP5MnJBzz5rrVdVm7oDUNu8Xq onDFDhYWhG5UoJ7SNtp7E+6Dd6ylKk7vCTjl4pbauepkw+XgSTelEww1+Se+pxIa JHe3yL8aRkH0CGNo6SHSAlaZvasAI4M5CBLQeHbjoxuw/5YlpuOJs= 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=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=X11, x11, sk:hackerw, distributing X-HELO: mailout11.t-online.de Subject: Re: Distributing program compiled with gcc on Cygwin to Windows users To: cygwin AT cygwin DOT com References: From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Openpgp: preference=signencrypt Message-ID: <70b9ff4b-bd4c-d94d-9fec-ed3b82c98f2f@t-online.de> Date: Mon, 15 Oct 2018 21:32:28 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Am 14.10.2018 um 23:20 schrieb hackerwiz AT protonmail DOT com: > Hello, > > I have a program that uses X11/Motif and runs fine, within Cygwin/X on the PC it was compiled on. > > What is the *minimum* required set of Cygwin libs and any other files I need to distribute along with, it to end-users who may just have Windows (and not Cygwin) installed? I'm reasonably sure that that minimum set would effectively have to be an actual Cygwin installation. You'll need an X server, and that requires a pretty complete Unix tool environment. And that Cygwin environment will generally not transfer successfully from one machine to another by just copying files. You really have to run the Cygwin setup program. And that's before we consider what might happen to users who actually _do_ already have a Cygwin installation on their machines. Are you prepared to explain to them why you interfered with those? -- 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