From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: Add LDFLAGS=-lpthread to configure-flags where needed. Date: Tue, 21 Mar 2017 19:52:07 +0100 Message-ID: <20170321195207.2324f73b@scratchpost.org> References: <1490059331-32049-1-git-send-email-john@darrington.wattle.id.au> <1490059331-32049-2-git-send-email-john@darrington.wattle.id.au> <20170321122905.64b408a6@scratchpost.org> <20170321121553.GB13334@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqOtD-0006Jn-Pm for guix-devel@gnu.org; Tue, 21 Mar 2017 14:52:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqOtB-0002oT-7T for guix-devel@gnu.org; Tue, 21 Mar 2017 14:52:15 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:48433) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqOtB-0002o1-0j for guix-devel@gnu.org; Tue, 21 Mar 2017 14:52:13 -0400 In-Reply-To: <20170321121553.GB13334@jocasta.intra> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org Hi, I forgot to say: gcc pthread mode is activated via option "-pthread". It enables thread-local storage for some things (errno etc) and uses reentrant versions of some functions. Which packages are the ones that is depending on libpng and failing? I can have a look...