Re: DJGPP cross compiler crashes.

2019-04-18 Thread Carlo B.
Hello, well, I tried both versions of CYGWIN, 32 bit and 64 bit, even on different PCs. I also tried to install different versions, 5.4.0 and 5.3.0 of djgpp-gcc. I used Windows 7 64bit Home Premium and Windows 7 64 bit Professional. Always the same result. I have no idea how you can run it without

Re: DJGPP cross compiler crashes.

2019-04-18 Thread Hans-Bernhard Bröker
Am 18.04.2019 um 16:11 schrieb Carlo B.: > I would like to signal that the DJGPP cross compiler, included into > the available packages, crashes as soon as you try to compile > something with it. Doesn't, here. It just works. -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] openssh 8.0p1-2

2019-04-18 Thread Corinna Vinschen
The following packages have been uploaded to the Cygwin distribution: * openssh-8.0p1-2 There's no -1 version. I accidentally built a -2 and there's no gain insisting on -1 as subversion, so it just is as it is. The official release message: OpenSSH 8.0 has just been released. It will be avail

Re: OpenSSH 8.0 released

2019-04-18 Thread Bill Stewart
On Thu, Apr 18, 2019 at 8:46 AM Corinna Vinschen wrote: > I know, I'm subscribed to the openssh-dev mailing list. Understood - the intent was to inform those subscribed to the Cygwin list who might not know already that there's something good to look forward to. My apologies for any annoyance. T

Re: OpenSSH 8.0 released

2019-04-18 Thread Corinna Vinschen
On Apr 18 08:32, Bill Stewart wrote: > It's here: I know, I'm subscribed to the openssh-dev mailing list. Corinna -- Corinna Vinschen Cygwin Maintainer signature.asc Description: PGP signature

OpenSSH 8.0 released

2019-04-18 Thread Bill Stewart
It's here: https://lists.mindrot.org/pipermail/openssh-unix-dev/2019-April/037747.html Looking forward to using the latest version in Cygwin now that it has case-insensitive account name matching. Thank you, Cygwin maintainers (Corinna, et al.), for all you do for the community! Bill -- Proble

DJGPP cross compiler crashes.

2019-04-18 Thread Carlo B.
Hello everyone, I would like to signal that the DJGPP cross compiler, included into the available packages, crashes as soon as you try to compile something with it. To reproduce the problem, just create a simple source file with just this line for simplicity: int main() { return 0; } and after ca