From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keisuke Nishida To: egcs@cygnus.com Cc: guile-emacs@sourceware.cygnus.com Subject: Re: Failure of compiling Date: Tue, 12 Sep 2000 21:52:00 -0000 Message-id: References: <20000912231312P.saka@yugen.org> <20000913131815Q.saka@yugen.org> X-SW-Source: 2000-q3/msg00003.html SAKA Toshihide (坂 敏秀) writes: > GOOPS that I installed are located in: > > /usr/bin/guile-oops > /usr/include/goops > /usr/include/goops-snarf.h > /usr/include/goops.h > /usr/include/goops/versiondat.h > /usr/lib/libgoopscore.a > /usr/lib/libgoopscore.la > /usr/lib/libgoopscore.so.4.0.0 > /usr/share/guile/oop > /usr/share/guile/oop/goops > /usr/share/guile/oop/goops.scm > /usr/share/guile/oop/goops/active-slot.scm > /usr/share/guile/oop/goops/compile.scm > /usr/share/guile/oop/goops/composite-slot.scm > /usr/share/guile/oop/goops/describe.scm > /usr/share/guile/oop/goops/dispatch.scm > /usr/share/guile/oop/goops/internal.scm > /usr/share/guile/oop/goops/save.scm > /usr/share/guile/oop/goops/stklos.scm > /usr/share/guile/oop/goops/util.scm You'll need to add the following symbolic links: /usr/lib/libgoopscore.so -> /usr/lib/libgoopscore.so.4.0.0 /usr/lib/libgoopscore.so.4 -> /usr/lib/libgoopscore.so.4.0.0 /usr/share/guile/oop/goops/libgoopscore.la -> /usr/lib/libgoopscore.la /usr/share/guile/oop/goops/libgoopscore.so.4 -> /usr/lib/libgoopscore.so.4 > > By the way, how could I get MULE 4.1? > > It is an unofficial version of GNU Emacs. I got a patch extracted > from Meadow (the official MULE 4.1) against GNU Emacs 20.7 (MULE > 4.0) from: > > http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/emacs-20.7-mule-4.1.patch > > See his page for more information: > > http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/ Thanks. I'll try it. -- Kei