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 4C44A431FC0 for ; Mon, 9 Dec 2013 02:27:00 -0800 (PST) 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 lhxzMkrAawo7 for ; Mon, 9 Dec 2013 02:26:53 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 9F762431FAE for ; Mon, 9 Dec 2013 02:26:53 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 9109210005D; Mon, 9 Dec 2013 12:26:45 +0200 (EET) From: Tomi Ollila To: Bart Bunting , notmuch@notmuchmail.org Subject: Re: Build failure on OSX In-Reply-To: References: User-Agent: Notmuch/0.17~rc1+17~ga2e1a2f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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, 09 Dec 2013 10:27:00 -0000 On Mon, Dec 09 2013, Bart Bunting wrote: > Good morning, > > I am still having issues building notmuch from source on OSX. > > I'm unfortunately not sure if it is something specific to my setup or > not. Neither `git grep intl` nor `grep -r intl .` prints any output about intl (before and after ./configure was run). My (linux) system doesn't have any libintl*.a nor libintl*.so files... /usr/include/libintl.h there is; it talks about "Message catalogs for internationalization." and defines prototypes for *gettext & *textdomain* functions.. I am too lazy to examine how that -lintl gets into the command line; maybe some pkg-config emits that (maybe better add libintl to the system) Tomi > > I am running latest git version of notmuch, osx 10.9. > > Xapian and talloc are from homebrew. > > If I manually edit the makefile to remove -lintl everything builds ok. > I'm not sure what the intl library is or does so not sure if something > else is subtly broken. > > Can anyone else confirm the issue? > > > make V=1 > g++ command-line-arguments.o debugger.o gmime-filter-reply.o hooks.o notmuch.o notmuch-compact.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-insert.o notmuch-new.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o sprinter-json.o sprinter-sexp.o sprinter-text.o query-string.o mime-node.o crypto.o tag-util.o lib/libnotmuch.a util/libutil.a parse-time-string/libparse-time-string.a -L/usr/local/Cellar/gmime/2.6.19/lib -L/usr/local/Cellar/glib/2.38.2/lib -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/Cellar/talloc/2.0.8/lib -ltalloc -L/usr/local/Cellar/xapian/1.2.15/lib -lxapian -lz -o notmuch > ld: library not found for -lintl > clang: error: linker command failed with exit code 1 (use -v to see invocation) > make: *** [notmuch] Error 1 > > > Kind regards > > Bart > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch