Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 76E34431FD0 for ; Mon, 31 Oct 2011 05:19:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11S2Wysbjt2E for ; Mon, 31 Oct 2011 05:19:55 -0700 (PDT) Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id BF4BA431FB6 for ; Mon, 31 Oct 2011 05:19:54 -0700 (PDT) Received: from taco2.nixu.fi (localhost [127.0.0.1]) by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p9VCJrfU031784 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 31 Oct 2011 14:19:53 +0200 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9VCJq9o031782; Mon, 31 Oct 2011 14:19:52 +0200 X-Authentication-Warning: taco2.nixu.fi: too set sender to tomi.ollila@nixu.com using -f From: Tomi Ollila To: David Bremner Subject: Re: [PATCH] remove GCC visibility pragmas References: <8762j5icuu.fsf@convex-new.cs.unb.ca> X-Face: HhBM'cA~ (David Bremner's message of "Mon, 31 Oct 2011 09:07:05 -0300") Message-ID: User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 12:19:55 -0000 On Mon 31 Oct 2011 14:07, David Bremner writes: > On Mon, 31 Oct 2011 14:01:28 +0200, Tomi Ollila wrote: >> libnotmuch.so.* linking fail on some environments. According to >> David Bremner on irc: >> "We jump through hoops with the linker script (notmuch.sym) so >> the pragmas are not needed. And they are a little bizarre in a >> library anyway..." > > Despite the dubious people referenced, I pushed this patch. I apologize not asking you about the commit message before sending; have to remember discuss privately first next time in similar cases. I did some internet searching to verify that I can agree to the above (but didn't take part of praise/blame for it). > ;) > > d Tomi