tcl v8.6 to v9.x update
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.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Testing for 32bit or 64bit Cygwin in Makefile?
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://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: Testing for 32bit or 64bit Cygwin in Makefile?
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 should be able to use the internal variable $(MAKE_HOST). On my Cygwin installation, this gives the value "x86_64-pc-cygwin". Since I do not have any 32-bit Cygwin installation, I cannot tell you what the exact value is, but my guess would be "i386-pc-cygwin", or something like that. -Dimitry -- 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
asa 1.2 - convert ASA Fortran carriage control characters
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 have man-pages-posix installed, run: $ man [1p] asa License:GPL-2.0-or-later -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry -- 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