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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=RwT cnlLrHnPY3r8W1+OGtfdW7m+mdKJ42S0/jXKFkBrt1ZfautkOOZlRT6x+Du8N8gx DEdWausCti9uxT7Z7ZXFhxn6fMv4zgbCzi6Pa/DLYqgxullqUl96CN6wwzQIFOtz 5jJBdyVcTqu6vUyQVXOu0NtOnADNebidM4za0liA= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=IWIQDybEK /XHQSOGkvJmCEjmlU8=; b=KemG+Rp/e2Ej8mlImGXQK5qOIfJr6mbq5d14UwBoF r0SAV7tPelB223p+FJucszb36uhAgbWXqvKuAcJqDFN1I4OBNmE1sHebmdNrTg9i G6UG10hBR9ZwdlGXMVqOtguw/9B8f6ZlpFMaF6PvO/0es4oFqDSormWIXuCqn7Ru RM= 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=0.2 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gwo3.mbox.net X-USANET-Received: from gwo3.mbox.net [127.0.0.1] by gwo3.mbox.net via mtad (C8.MAIN.3.82G) with ESMTP id 242sBFTev3760Mo3; Thu, 06 Feb 2014 19:04:48 -0000 X-USANET-Routed: 5 gwsout-gwsd Q:gwsd X-USANET-Routed: 3 gwsout-vs Q:bmvirus X-USANET-GWS2-Tenant: nwea.org X-USANET-GWS2-Tagid: NWEA X-USANET-Source: 165.212.120.254 OUT jim DOT garrison AT nwea DOT org S1P5HUB4.EXCHPROD.USA.NET TLS X-USANET-MsgId: XID281sBFTeW2150Xo3 From: Jim Garrison To: "cygwin AT cygwin DOT com" Subject: qsort_r and libc.a version? Date: Thu, 6 Feb 2014 19:04:38 +0000 Message-ID: <0C723FEB5B4E5642B25B451BA57E27307514F78A@S1P5DAG3C.EXCHPROD.USA.NET> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s16J57t0008864 I tried to build libgit2 so I could try to build gitg but encountered undefined reference to `qsort_r' GitHub has a closed issue for this https://github.com/libgit2/libgit2/issues/1606 saying that qsort_r was added to glibc in version 2.8, released in 2008. Since libc in Cygwin is part of the base package, how would I find out which upstream version it's based on? There was a commit in libgit2 that was supposed to fix this : https://github.com/libgit2/libgit2/commit/0d77647adc1f76df66e437e6442d7f7706e2c38e#diff-bb2cd4651768482b99cb1c52d29ceffdR694 but I don't know enough about Cygwin internals to determine why it still fails on Cygwin. -- 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