tcl v8.6 to v9.x update

2024-11-06 Thread José Isaías Cabrera via Cygwin
Greetings! Are there any plans/interests to update the cygwin distros with tcl v9.0? Right now, cygwin's version is 8.6: $ tclsh % puts $tcl_version 8.6 I am actually in need of it. Thanks. josé -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin

Testing for 32bit or 64bit Cygwin in Makefile?

2024-11-06 Thread Sebastian Feld via Cygwin
How can I test in a /usr/bin/make Makefile whether I am running on a 32bit or 64bit Cygwin (not Windows kernel)? Sebi -- Sebastian Feld - IT secruity expert -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygw

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

2024-11-06 Thread Dimitry Andric via Cygwin
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, the $HOSTTYPE variable. However in GNU make you sho

asa 1.2 - convert ASA Fortran carriage control characters

2024-11-06 Thread Brian Inglis via Cygwin
Hi folks, Would anyone be interested if this POSIX.2(2024) utility was packaged for Cygwin? For more information, see the home page: https://www.ibiblio.org/pub/Linux/devel/lang/fortran/asa-1.1.lsm or the man page: https://man7.org/linux/man-pages/man1/asa.1p.html or if you