installing w3m and gc7.1
i'm having problem installing w3m 0.5.2 on redhat entertprise 4
i installed gc7.1 without any problems.
as root it did
./configure --prefix=/root/.emacs.d/gc
next i tried to install w3m
cd w3m-0.5.2
./configure --with-gc=/root/.emacs.d/gc --prefix=/root/.emacs.d/mylisp/w3m-0.5.2/
but i get the below errror.
./mktable 100 functable.tab > functable.c
./mktable: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory
make: *** [functable.c] Error 127
any ideas?
|