Re: Testing for 32bit or 64bit Cygwin in Makefile?

2024-11-10 Thread Brian Inglis via Cygwin
On 2024-11-06 08:30, Dimitry Andric via Cygwin wrote: On 6 Nov 2024, at 16:11, Sebastian Feld via Cygwin wrote: How can I test in a /usr/bin/make Makefile whether I am running on a 32bit or 64bit Cygwin (not Windows kernel)? Usually in a shell you use "uname -m", or with bash specifically, t

Re: Newer Python? (was: Updated: python 3.8/3.9 packages)

2024-11-10 Thread Teepean via Cygwin
> On Saturday, 9 November 2024 at 04:53:37 pm GMT+2, Jon Turney via Cygwin > wrote: >  > On 15/09/2024 12:08, Michael Cook via Cygwin wrote: > > On Sat Dec 23 03:54:54 GMT 2023 Marco Atzeri wrote: > >> Python 3.12 will be in the near future introduced and we will skip 3.10 and > > 3.11. > > > >

Configute option --without-cross-bootstrap works in opposite

2024-11-10 Thread Ivan Vorontsov via Cygwin
I tried to build cygwin from sources. As FAQ suggests I used --without-cross-bootstrap option to configure to build without using mingw64-x86_64-gcc-g++. It turns out this option works in opposite. I used --with-cross-bootstrap option and build went successfully. But that's a bug, I think. In file