From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hartwig Newsgroups: gmane.lisp.guile.devel Subject: Re: Incorrect guile pkg-config --libs and --cflags Date: Mon, 15 Apr 2013 21:59:06 +0800 Message-ID: References: <516BB9A4.8080708@redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1366034352 16579 80.91.229.3 (15 Apr 2013 13:59:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2013 13:59:12 +0000 (UTC) Cc: guile-devel@gnu.org To: Jan Synacek Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Apr 15 15:59:16 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URjw8-0006Vd-PC for guile-devel@m.gmane.org; Mon, 15 Apr 2013 15:59:12 +0200 Original-Received: from localhost ([::1]:37024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URjw8-0002FI-Ga for guile-devel@m.gmane.org; Mon, 15 Apr 2013 09:59:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URjw5-0002C0-Kp for guile-devel@gnu.org; Mon, 15 Apr 2013 09:59:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URjw3-0000Rz-Rk for guile-devel@gnu.org; Mon, 15 Apr 2013 09:59:09 -0400 Original-Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:41148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URjw3-0000Ro-LN for guile-devel@gnu.org; Mon, 15 Apr 2013 09:59:07 -0400 Original-Received: by mail-ie0-f173.google.com with SMTP id k13so2797597iea.4 for ; Mon, 15 Apr 2013 06:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=gXveYrlWUWe58P/pJbxU5V3o8nLBy3l3eAwLvA338mo=; b=MPXByS2LaktghgaUFa4NU7V/6henTm7ROX04vLYxKHZJQYzU7/MEYa/EE1Vb1qmNjj ZjgghK7RyI3BRf+mH3gNMbkB9Xe/MDKnVEDdiKo2vH6kLmORIPRzFBvC6rWhA65Im4a9 ZWZk3cL3jQetIUhCnpReeKid4GYEHWRUqfNnxTPu7k952ELhp7JjaG3x7CJz8Jcwqa6s HCNZ52RmcKpc74SZFIbxkQm1ZFeNBU8WS7V0XLLSZN5WqTgBkm7Exi6JrDyFz5BXXMdG KQZ7LaJZYhB/lYVMdXjV1pVuLlYUHhkylZODREd0RED/20Q4wDfzXeMjl3CeUYL6Jo49 rqnw== X-Received: by 10.43.65.145 with SMTP id xm17mr12027879icb.35.1366034346639; Mon, 15 Apr 2013 06:59:06 -0700 (PDT) Original-Received: by 10.64.26.168 with HTTP; Mon, 15 Apr 2013 06:59:06 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22d X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16250 Archived-At: On 15 April 2013 21:45, Daniel Hartwig wrote: > On 15 April 2013 19:58, Daniel Hartwig wrote: >> or peculiar to the linker, libguile on your system, other? > > I see that this is related to the linker in fedora, which debian seems > also in the process of supporting. Indirect linkage like this is out > (apparently), and LIBS should properly include -pthread option. > > > Though I cant yet reproduce the error, may have to rebuild the library using gold to trigger?