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 F24FA4048D4 for ; Fri, 12 Mar 2010 07:04:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.51 X-Spam-Level: X-Spam-Status: No, score=-0.51 tagged_above=-999 required=5 tests=[AWL=-0.511, BAYES_50=0.001] autolearn=unavailable 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 oBW5M-cXiEPd for ; Fri, 12 Mar 2010 07:04:24 -0800 (PST) Received: from homiemail-a21.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by olra.theworths.org (Postfix) with ESMTP id 5E9124048D0 for ; Fri, 12 Mar 2010 07:04:24 -0800 (PST) Received: from sspaeth.de (unknown [84.55.211.9]) by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id 2B2FA300079; Fri, 12 Mar 2010 07:04:21 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Fri, 12 Mar 2010 16:04:19 +0100 From: "Sebastian Spaeth" To: Ben Gamari , notmuch@notmuchmail.org, cworth@cworth.org In-Reply-To: <4b997185.07a5660a.68e5.3260@mx.google.com> References: <1264272821-sup-5331@ben-laptop> <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com> <1264368215-7101-2-git-send-email-bgamari.foss@gmail.com> <1264368215-7101-3-git-send-email-bgamari.foss@gmail.com> <878wa8sdbq.fsf@SSpaeth.de> <4b997185.07a5660a.68e5.3260@mx.google.com> Date: Fri, 12 Mar 2010 16:04:19 +0100 Message-ID: <873a05twcs.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 2/2] Build and link against notmuch shared library 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: Fri, 12 Mar 2010 15:04:26 -0000 On Thu, 11 Mar 2010 14:41:09 -0800 (PST), Ben Gamari wrote: > On Thu, 04 Mar 2010 09:25:45 +0100, "Sebastian Spaeth" wrote: > > I just tried out this patch to compile notmuch as a shared library and > > while producing lib/libnotmuch.so.1 it fails to find notmuch later: > > Try the version I just posted. It will apply against master and builds on my machine. Using the updated patch and a stock cworth/master I still got that error. Using the updated patchset that was just posted and builds on your work, it compiled and installed fine (but failed to find libnotmuch.so.1 in /usr/local/lib) I don't think I have a special setup on this box, so I wonder why it did not work for me. spaetz