X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=rP3bIgUmMNGLW8GkICuDKhXrdurLE
	WU5IDenPVlsHCoWYKnhebG9Zcy0wsiDT/+TfFzosRAHx7S0SbLSS7usYNX2Schir
	IsdWwX2S8e4klUoavO6dOacpuvfqPEwIgKvqwUWsuzipBMYu2drEuRUVZIH+iNrw
	gUwhJKmgGcaA4Y=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=McAKAI3oQp9L2Yko4W6ZWkhwEis=; b=qiH
	RmmQ0/dYCjlmv9r8rWXiUJpkThu6olJvAnz1rKw7hJdnoKsNv+rmfklvdppiN3SX
	QSBZGc1dMe/Tw8ea2XNh6zfhajRLRhLI36cDvvXgal5AQlxzQFqMQaHVoBiu9KqL
	agR6gf8pYON1MZ6ILPE56xj/Lzu9lVyj8mpio4DY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Gm-Message-State:APjAAAV, sincerely
X-HELO: mail-it1-f170.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=mime-version:from:date:message-id:subject:to;        bh=8RbNaaJ/RUrVc4gLeSac3ZpXNXaAcOeRRX2N8gimgug=;        b=AWQDObdfk/3VqfTXLD4Rh0GmBl2e0kdZ8sM70FHDwjrtn9XeJeRQKkjxFEinankHZq         jnj8zi7gla6tFHpUAlR+F0K1OF0MolFQ7BP6CwkjZAAiyYZqdUnjidDIfd65AqmRqMWq         UtD1Ot1eNZTieP70a9VFCfRz6DuZXiYYp2EzHT8l1iWK/UKWbDjXvEKL4+XQYHUWXFBQ         INzmRzx8dhZcAcRqt9NQhLcGa1MZ4myCUQD4xwsczOgsfBLrxOwN/oOLl0v4dk5cLwM3         xn7aovCdsid8VieZJBlwylBy8NswQmu0I8YfSGu0UF/7CY+0rFkVp4ylhBOgl/ZnVOTi         acmg==
MIME-Version: 1.0
From: "Carlo B." <carlo.bramini@gmail.com>
Date: Thu, 18 Apr 2019 16:11:32 +0200
Message-ID: <CADt9575Tin7v1OPjgiw9Bf_VtrQyyr4hLvoPvzc7GFUMtHYmFA@mail.gmail.com>
Subject: DJGPP cross compiler crashes.
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

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 calling:

i586-pc-msdosdjgpp-gcc c.c -o c.exe

you will get:

collect2: fatal error: ld terminated with signal 11 [Segmentation
fault], core dumped
compilation terminated.

I bypassed the problem by recompiling DJGPP cross compiler myself with
this utility:

https://github.com/andrewwutw/build-djgpp

however, I'm signaling the problem in case somebody would like to fix
the trouble with a working package.

Sincerely.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

