Hi Dave, Dave Taht <d...@teklibre.org> 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode