[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No libXaw3d.so.6
From: |
Bruno Haible |
Subject: |
Re: No libXaw3d.so.6 |
Date: |
Fri, 25 Nov 2005 19:36:19 +0100 |
User-agent: |
KMail/1.5 |
sebastian wrote:
> make[3]: Entering directory
> `/root/.local/share/Trash/files/gettext-0_2.14.5/gettext-tools/misc'
> WARNING: Warnings can be ignored. :-)
> if test "emacs" != no; then \
> set x; \
> list='start-po.el po-mode.el po-compat.el'; for p in $list; do \
> if test -f "$p"; then d=; else d="./"; fi; \
> set x "$@" "$d$p"; shift; \
> done; \
> shift; \
> EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
> else : ; fi
> emacs: error while loading shared libraries: libXaw3d.so.6: cannot open
> shared object file: No such file or directory
> ...
> I get this error. Can´t configure recognize this ?
Thank you for the report. Yes I agree configure should have noticed this
(because it has bitten me as well in the past :-)). Either automake
will fix it, or gettext's configure will fix it.
> And why is a package (libXaw3d.so.6) used that´s of 1996 and that can´t be
> compiled any more ?
The "emacs" executable on your machine was built on a machine that had
libXaw3d.so.6; now this library is not available in the default shared
library search path apparently. Either you have copied the emacs from
a different machine, or the libXaw3d.so.6 was removed, or the
shared library configuration ($LD_LIBRARY_PATH, /etc/ld.so.conf or
similar) has changed.
> O.K. I have to make it now with -k option.
> It´s not a good thing to do that with a package on that so many other
> software depends on.
Yes, I agree.
Bruno