Re: DJGPP cross compiler crashes.

2019-04-19 Thread Hans-Bernhard Bröker
[A side note, first: this is a traditional mailing list, i.e. the policy is snipping and bottom-replying...] Am 19.04.2019 um 01:41 schrieb Carlo B.: > I have no idea how you can run it without errors, please note that > i586-pc-msdosdjgpp-gcc works fine until it does not link. Please note

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:

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