delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/06/21/09:31:32

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:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=f0/YzQp1wQVbTmgaDTE+VOCX89+zyprtocjJxM4+4L1AhsqyPj3sv
gzOzVjHY5kRennODZRm8bva1GmkCfmElkns29f6DcdJk9y/ILjTqB8KkA4KwWuD+
b4tsn1LHmKagSuwMnvrXwZjL+KFOunc8Cfv0/cNWToV0tIdtnrg2jg=
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:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding; s=default;
bh=lsflixiJMXz/ysoaz6eM2GETPgY=; b=iD9S8izyUT+Jw8yvdhBiJtB/F2Xt
Xf5n8StqjF/ZNVD1UKyVduqpty+PVKedtvG+D6SCWw/FGx78XrbdfP2f67FbugqK
hztjsSKE+ZJU8bBjB6hNGfw2aorcCGraiU6TwkEXmi3XERWVrzRu3JtJuaznlYx6
LGhzeZxHb+RJaf0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_AV,TW_YG autolearn=ham version=3.3.1
To: cygwin AT cygwin DOT com
From: Jean-Pierre Flori <jpflori AT gmail DOT com>
Subject: Re: Broken MPIR 2.6.0 on Cygwin64
Date: Fri, 21 Jun 2013 13:30:51 +0000 (UTC)
Lines: 46
Message-ID: <kq1kib$9gt$1@ger.gmane.org>
References: <CAHhGz88vEgzz1i4sUjE0ugNzaf+j++r1_qT=Y6abMaB4_F=PCg AT mail DOT gmail DOT com> <20130621083039 DOT GH1620 AT calimero DOT vinschen DOT de> <kq1694$ung$1 AT ger DOT gmane DOT org> <20130621094344 DOT GB25850 AT calimero DOT vinschen DOT de>
Mime-Version: 1.0
User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)

Le Fri, 21 Jun 2013 11:43:44 +0200, Corinna Vinschen a écrit :

> On Jun 21 09:27, Jean-Pierre Flori wrote:
>> Hey,
>> 
>> Thanks for the quick reply.
>> 
>> Le Fri, 21 Jun 2013 10:30:39 +0200, Corinna Vinschen a écrit :
>> 
>> >> /bin/sh ../libtool --tag=CC    --mode=link gcc -std=gnu99  -m64 -O2
>> >> -march=corei7-avx -mtune=corei7-avx    -o t-bswap.exe t-bswap.o
>>
> The easiest way to do that is to fetch the binutils-2.23.52-5 source
> package from a Cygwin mirror and to use cygport for building.  Just
> tweak the cygport file to set MAKEOPTS to 'CFLAGS=-g'.
> 
I did it using configure/make/make install directly.
Here is the backtrace I got (when trying to build a static library, first 
of the unsolved problems I reported):

Program received signal SIGSEGV, Segmentation fault.
0x000000000000003e in ?? ()
(gdb) bt
#0  0x000000000000003e in ?? ()
#1  0x0000000100499ece in coff_link_check_ar_symbols (abfd=0x60013d1c0,
    info=0x10058a720 <link_info>, pneeded=0xc2a6fc, subsbfd=0xc2a6d0)
    at cofflink.c:217
#2  0x000000010049a08f in coff_link_check_archive_element 
(abfd=0x60013d1c0,
    info=0x10058a720 <link_info>, pneeded=0xc2a6fc) at cofflink.c:279
#3  0x000000010044cced in _bfd_generic_link_add_archive_symbols (
    abfd=0x600081170, info=0x10058a720 <link_info>,
    checkfn=0x10049a03e <coff_link_check_archive_element>) at 
linker.c:1132
#4  0x0000000100499daf in _bfd_coff_link_add_symbols (abfd=0x600081170,
    info=0x10058a720 <link_info>) at cofflink.c:169
#5  0x000000010040fe6f in load_symbols (entry=0x60003ac00, place=0xc2a880)
    at ldlang.c:2795
#6  0x0000000100410b66 in open_input_bfds (s=0x60003ac00, 
mode=OPEN_BFD_NORMAL)
    at ldlang.c:3257
#7  0x0000000100416ee9 in lang_process () at ldlang.c:6603
#8  0x000000010041b2d3 in main (argc=7, argv=0xc2aa60) at ./ldmain.c:411

Best,
JP


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019