X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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." Date: Thu, 18 Apr 2019 16:11:32 +0200 Message-ID: Subject: DJGPP cross compiler crashes. To: cygwin AT cygwin DOT 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