DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 54V0YEoG1391724 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 54V0YEoG1391724 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=fXdAaEX6 X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44B893858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1748651653; bh=xbA0cNiQzNTipxBUKsuvFY9MnxU0b43q1SW0Ja08Q3U=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=fXdAaEX6NWW2lKQZXMRm4+RmGvJiOolOxq1t4Iw2yUW0SloLNEbglUO9HPaUr5WAF 6+3nkeQihU/CuPV/ikiahDMQ4xNaei05bIO0s/ElzPBf7twxrZVF/Wzj3Oh6C8mQr0 6jIz6eulM/sxq5GXZcLrP7+lCdf+RhGD15h+qxgo= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 601363858C41 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 601363858C41 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1748651611; cv=none; b=USdqrnCVZ2WeIwi/zKnMupFCamZ5IZW/c0juAa39xNtHd9yzCLs0AVLBmMLzJEmAOtFn1ouINCLiz40PJekSH4MyNILJaENFUWQ/gEqe86comdI8NakopRw9aR+yhtYzMGlMTx0LWC8cCSEPyTqbEC9ywgvsRBpjAQERTdDishs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1748651611; c=relaxed/simple; bh=KjIkbF/bWbC5ibK7QsS8ZuBqNcfm935+Y4GJWLl+32s=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=i1ZE38mNRSiNLi/Zkw2u26Y606H1v3hSxM859Dz4ex/o1gnNOFgPOZZzf1qL63iSx6Kvu6HPq99oReFVmoJwtnX8RHA7mLZSpjcA1NWbib9RO8snVLU8A8oGNEty3SQXFNUnYOEF5MonVw1yr7F3dgfCv/JmSECVIz+I0EdIVPY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 601363858C41 Date: Sat, 31 May 2025 09:33:28 +0900 To: cygwin AT cygwin DOT com Subject: Re: Compile as DOS application? Message-Id: <20250531093328.bbbc7535e942273e2344ca9f@nifty.ne.jp> In-Reply-To: <20250531090010.ef1726d9646216cdca8751c6@nifty.ne.jp> References: <20250531090010 DOT ef1726d9646216cdca8751c6 AT nifty DOT ne DOT jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano 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" On Sat, 31 May 2025 09:00:10 +0900 Takashi Yano wrote: > On Sat, 31 May 2025 00:39:24 +0200 > Dan Shelton wrote: > > Hello! > > > > Does Cygwin have a compiler which allows compiling ISO C applications > > as DOS *.exe? > > If you mean 16-bit MS-DOS *.exe by "DOS *.exe", the answer is no. > If you mean 32-bit or 64-bit win32 console app, install the package > mingw64-x86_64-gcc-core-12.4.0-1 (64-bit) > or > mingw64-i686-gcc-core-12.4.0-1 (32-bit) > and compile with > mingw64-x86_64-gcc-core-12.4.0-1 (64-bit) > or > mingw64-i686-gcc-core-12.4.0-1 (32-bit) Sorry, I meant ------------------------------------- and compile with x86_64-w64-mingw32-gcc (64-bit) or i686-w64-mingw32-gcc (32-bit) ------------------------------------- -- Takashi Yano -- 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