X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 204193858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-smtpout-mb-15sep; t=1638565012; bh=T3FMdNNHjrfXE5BCW/9KZcb+3JwK8Ouz92U/UkrPUis=; h=From:To:Subject:References:Date:In-Reply-To; b=iuOBhyWhEmIibmvIDT5VPqfrlaQ9tJJ/XnmbYX0QaDW3Cx2ve7HAT4zk+T6kRyaIm 1bxyO6OOCLNOwJkoddFBk0y0hqJAA0MOvQelRJ7yKUOxIuFZiowpFYp/4TWTBjaN5R DFklQfLu3BgWuj72E5mdk+e0Yu33JVE/jAiQTw98= From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: Generating Linux Compatible binaries References: Date: Fri, 03 Dec 2021 21:56:45 +0100 In-Reply-To: (Himanshu Goswami-EXT's message of "Fri, 3 Dec 2021 16:50:35 +0000") Message-ID: <87bl1xmmpe.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1262 X-purgate-ID: 149169::1638565012-000004E2-4187CD59/0/0 X-Spam-Status: No, score=-3030.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Goswami-EXT, Himanshu writes: > I want to generate the Linux compatible binaries on Windows System. If you are on a recent Windows version your easiest option is probably to use WSL and use native compilation on Linux. second easiest is likely to set up a VM to run Linux in (that might actually be easier than WSL if you already have some virtualisation environment set up for something else, but you said you were on Windows). > Cygwin is a cross compiler which offers POSIX environment. No, Cygwin is a user-space layer on top of Windows that provides a POSIX environment for applications that target Cygwin (i.e. Cygwin applications are neither Windows nor Linux applications). > But I could not find any Unix libraries to generate the Linux compatible binaries. > Could you please advice any steps that I can follow? Just like you'd do on any other non-Linux system: set up a cross-compilation toolchain and start compiling all dependencies until you can finally compile whatever Linux application you wanted orginally. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation & additional documentation: http://Synth.Stromeko.net/Downloads.html#WaldorfDocs -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple