Cygwin 3.3.1 tgmath.h plus log10() gives "error: no matching function for type-generic call"

2021-11-07 Thread Ed . via Cygwin
Dear Cygwin folks, As shown in this run of PDL (Perl Data Language)’s CI, our new use of tgmath.h is causing a problem with log10: https://github.com/PDLPorters/pdl/runs/4134966240?check_suite_focus=true The error is: In file included from pp-log10.c:56: 1744

Re: Problem with OpenSSH

2021-11-07 Thread Brian Inglis
On 2021-11-07 16:58, Nick Popoff wrote: Now I Am having severe problem with 'ssh'. A simple login command like: Ssh n...@com Results in the following response: C:/cygwin64/home/Nick> ssh host.com Unable to negotiate with port 22: no matching key exchange method found.

Re: Problem upgrading from 3.2 to 3.3.1

2021-11-07 Thread Takashi Yano via Cygwin
On Sun, 7 Nov 2021 18:44:28 -0500 "Nick Popoff" wrote: > In other words, the 3.3.1 ssh.exe does not accept legacy kex algorithms at > all, no matter what. I no longer can log in to Solaris. For example, it > DOES NOT accept the following: > > C:/cygwin64/home/Nick> ssh.exe -o KexAlgorithms=+diff

Re: mintty 3.5.1-1: -p center no longer works

2021-11-07 Thread Thomas Wolff
Am 08.11.2021 um 01:04 schrieb Bryan Higgins: mintty 3.5.1-1: -p center no longer works. Reverted to 3.5.0, which is fine.: Yeah, this is already fixed for 3.5.2, to be released in a few days. (Actually, it didn't work properly in 3.5.0 and before already on high-DPI monitors.) -- Problem rep

mintty 3.5.1-1: -p center no longer works

2021-11-07 Thread Bryan Higgins
mintty 3.5.1-1: -p center no longer works. Reverted to 3.5.0, which is fine.: -- 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

Problem upgrading from 3.2 to 3.3.1

2021-11-07 Thread Nick Popoff
In other words, the 3.3.1 ssh.exe does not accept legacy kex algorithms at all, no matter what. I no longer can log in to Solaris. For example, it DOES NOT accept the following: C:/cygwin64/home/Nick> ssh.exe -o KexAlgorithms=+diffie-hellman-group14-sha1 n...@host.com Unable to negotiate wit

Problem upgrading from 3.2 to 3.3.1

2021-11-07 Thread Nick Popoff
In other words, the 3.3.1 ssh.exe does not accept legacy kex algorithms at all, no matter what. I no longer can log in to Solaris. For example, it DOES NOT accept the following: C:/cygwin64/home/Nick> ssh.exe -o KexAlgorithms=+diffie-hellman-group14-sha1 n...@host.com Unable to negotiate wit

Re: Add libtool use to autotools package

2021-11-07 Thread Brian Inglis
On 2021-11-07 11:40, Roumen Petrov wrote: Hello Brian, Brian Inglis wrote: Hi folks, I am trying to port: [SNIP] Should I run libtoolize with all defaults in the source package src directory and/or the x11 subdirectory? Run libtoolize in directory if exist configure.ac that uses libtool. Yo

Re: Add libtool use to autotools package

2021-11-07 Thread Roumen Petrov
Hello Brian, Brian Inglis wrote: Hi folks, I am trying to port: [SNIP] Should I run libtoolize with all defaults in the source package src directory and/or the x11 subdirectory? Run libtoolize in directory if exist configure.ac that uses libtool. You may will to redirect project to use commo

Add libtool use to autotools package

2021-11-07 Thread Brian Inglis
Hi folks, I am trying to port: https://github.com/Bill-Gray/PDCursesMod/tree/master/x11 as Xcurses to build THE-X11 on Cygwin. Has anyone got any (sources of) advice for adding recent libtool support to a recent autotools package that does not use libtool (uses Linux commands). The