From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7046 invoked by alias); 18 Apr 2019 14:11:50 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7033 invoked by uid 89); 18 Apr 2019 14:11:49 -0000 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 Received: from mail-it1-f170.google.com (HELO mail-it1-f170.google.com) (209.85.166.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 14:11:48 +0000 Received: by mail-it1-f170.google.com with SMTP id z17so8103825itc.1 for ; Thu, 18 Apr 2019 07:11:48 -0700 (PDT) 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 14:11:00 -0000 Message-ID: Subject: DJGPP cross compiler crashes. To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00132.txt.bz2 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