From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17566 invoked from network); 15 May 2022 15:48:46 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 15 May 2022 15:48:46 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sun May 15 11:47:24 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 839f1829 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 15 May 2022 08:47:13 -0700 (PDT) Message-ID: <07C1BD919339382B9EEC14724F2C8367@eigenstate.org> To: 9front@9front.org Date: Sun, 15 May 2022 11:47:11 -0400 From: ori@eigenstate.org In-Reply-To: <7ef02704-7dce-4005-b179-be9f491b647f@sirjofri.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented shared singleton-oriented hosting content-driven STM hypervisor Subject: Re: [9front] Re: [PATCH] drawterm: get 64-bit windows to work Reply-To: 9front@9front.org Precedence: bulk Quoth sirjofri : > Hello, reporting back! > > (Irc is fine, but people can't follow that easily, so here are my > results:) > > I installed cygwin and everything gcc that made sense, including the gcc > package and mingw-gcc. I didn't install any 32bit compilers as far as I > can tell. The installation target was my work windows 11 PC. > > Using CONF=win64 compiled without any issues. It used > x86_64-w64-mingw32-gcc for compiling. I verified the binary is 64-bit, > and not 32-bit. Starting works fine like I'd expect from a drawterm > application. No issues at runtime so far. > > However, Make.win64 mentions that I can set MING to nothing when not > cross-compiling since it would just use gcc then. I tried it, but it > failed at some #include (I think it was direct.h). It is possible that it > uses the "other" gcc version I installed on cygwin which tries to find > libraries that aren't installed. > > In the end, mingw works fine and is also what the Readme states. I > suggest adjusting the comment in the Make.win64 to prevent confusion and > then publish it. > > P.S. nice to have some 64-bit drawterm. I'd love to have it as a download > at drawterm.9front.org. > > sirjofri pushed, thanks!