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 8B7B04196F3 for ; Thu, 17 Jun 2010 18:26:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 cxhEGuUbGTCZ for ; Thu, 17 Jun 2010 18:25:27 -0700 (PDT) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by olra.theworths.org (Postfix) with ESMTP id A5026431FC1 for ; Thu, 17 Jun 2010 18:25:27 -0700 (PDT) Received: by bwz5 with SMTP id 5so183165bwz.26 for ; Thu, 17 Jun 2010 18:25:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=LtBJVYKgUmwCtk2ZtnB+1bT4tRtIpax0z1ACmD98/SU=; b=AbsPgpyXF0UG4ME+g0Ypc9fnwkqO+TXrl5AFxKPQPZsps9kegg2YiulvS8L7rmxYFV 6Lw6ydq7zVqTiTLrUQShfzTHUIeCVv1cRSUewn4w8pAUoXH45cLA1EpgbYbBmIdtuKZp 1LA2w8ACWAcqv9aKPhwInmO2ngI0dspJJ4rj8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dyouTeWASi5pSxy6wjSRzhRNdcc7hqlMuTmgLF10Fiz6oYo6Dw+9ZlMUU5WiPMCiK4 wIn52yk4ymp0RL0az9QUiGgbAJMtMid6BcwbKdisjiIhY+ITCHAPgAC4dNr4TPV4aTu1 xDvRmZ6joqlP83+x68CCYY/xuAKYZ7klrIjRQ= MIME-Version: 1.0 Received: by 10.204.163.72 with SMTP id z8mr214813bkx.173.1276824326747; Thu, 17 Jun 2010 18:25:26 -0700 (PDT) Received: by 10.204.60.78 with HTTP; Thu, 17 Jun 2010 18:25:26 -0700 (PDT) In-Reply-To: <20100617124046.4695e490@fritz.cold.home> References: <20100617124046.4695e490@fritz.cold.home> Date: Fri, 18 Jun 2010 04:25:26 +0300 Message-ID: Subject: Re: Makefile.local: Fix LDFLAGS for notmuch-shared From: Felipe Contreras To: David Klann Content-Type: text/plain; charset=UTF-8 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: Fri, 18 Jun 2010 01:26:04 -0000 On Thu, Jun 17, 2010 at 8:40 PM, David Klann wrote: > After a few weeks of not pulling from the git repo, I recently did > so. Came across the LINKER_RESOLVES_LIBRARY_DEPENDENCIES assumption: > /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol > 'g_mime_filter_set_size' (discussed by Carl on Mon Apr 26). > > Setting LINKER_RESOLVES_LIBRARY_DEPENDENCIES to "0" in Makefile.config > corrected the problem for me. Same problem here... I already sent the patches to fix the issue but haven't received any comments. Here's my repo if you want to test (use the fc-fixes branch): http://github.com/felipec/notmuch -- Felipe Contreras