From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Introducing gnugol - an org-mode-output web search client Date: Tue, 04 Jan 2011 10:17:42 +0100 Message-ID: <87ipy5t4cp.fsf@gnu.org> References: <4D210A00.9070901@teklibre.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=45909 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pa31k-0007Rt-1K for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 04:18:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pa31i-0007c8-IN for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 04:17:59 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:65331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pa31i-0007Yj-DY for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 04:17:58 -0500 Received: by mail-ww0-f49.google.com with SMTP id 17so14650498wwb.30 for ; Tue, 04 Jan 2011 01:17:58 -0800 (PST) In-Reply-To: <4D210A00.9070901@teklibre.org> (Dave Taht's message of "Sun, 02 Jan 2011 15:28:00 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dave Taht Cc: emacs-orgmode@gnu.org Hi Dave, Dave Taht writes: > Gnugol is small, fast, simple, and growing more useful by the day. (I > wrote the doc (http://gnugol.taht.net) for it in org-mode, too) Looks interesting! > It's not fully baked yet, but it's usable/reliable enough to have > plausible promise for other org-mode users, so I'm announcing it today, > here, in the hope I'll get comments, criticism, and patches.(especially, > patches! I'm not much of an elisp hacker, and a full on in-org interface > is thus far beyond me) > > Installation instructions: I'm using ArchLinux. I installed jansson from `yaourt -S jansson', jansson compiles fine. I then looked for curl-dev but couldn't find it in ArchLinux. I cloned the last git repo of Gnugol and tried to compile it but I get this error: ,---- | ../engines/engines.o: In function `gnugol_try_openlib': | /home/guerry/install/git/Gnugol/src/engines/engines.c:21: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libdl.a(dlopen.o): In function `dlopen': | (.text+0x1b): undefined reference to `__dlopen' | /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libdl.a(dlclose.o): In function `dlclose': | (.text+0x8): undefined reference to `__dlclose' | /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libdl.a(dlsym.o): In function `dlsym': | (.text+0x1b): undefined reference to `__dlsym' | /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libdl.a(dlerror.o): In function `dlerror': | (.text+0x8): undefined reference to `__dlerror' | collect2: ld returned 1 exit status | make[2]: *** [gnugol] Error 1 | make[2]: Leaving directory `/home/guerry/install/git/Gnugol/src/clients' | make[1]: *** [all] Error 2 | make[1]: Leaving directory `/home/guerry/install/git/Gnugol/src' | make: *** [all] Error 2 `---- Hope that helps, -- Bastien