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 17225 invoked from network); 15 May 2022 15:46:20 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 15 May 2022 15:46:20 -0000 Received: from sirjofri.de ([5.45.105.127]) by 9front; Sun May 15 11:44:45 -0400 2022 Received: from sirjofri.de ([95.90.218.92]) by sirjofri.de; Sun May 15 17:44:41 +0200 2022 Date: Sun, 15 May 2022 15:44:42 +0000 (UTC) From: sirjofri To: 9front@9front.org Message-ID: <7ef02704-7dce-4005-b179-be9f491b647f@sirjofri.de> In-Reply-To: <7C7A26C34F2046FD57D976AA43B8AAB6@eigenstate.org> References: <7C7A26C34F2046FD57D976AA43B8AAB6@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Correlation-ID: <7ef02704-7dce-4005-b179-be9f491b647f@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: base-aware NoSQL database Subject: Re: [9front] Re: [PATCH] drawterm: get 64-bit windows to work Reply-To: 9front@9front.org Precedence: bulk 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