[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make install problem (non-member post)
- From: David Aspinwall <aspinwall@xxxxxxxxxxxx>
- Date: Wed, 06 Mar 2002 16:33:26 -0800
- X-ml-name: emacs-w3m
- X-mail-count: 02892
Hi. I was trying to install w3m_el-1.2.5, to try using it with gnus.
When I do a 'make install', it tries to install to the wrong
directory. I think that is because the Makefile says:
prefix = /dj/aspin/w3m
lispdir = $(datadir)/emacs/site-lisp/w3m
$(datadir) is not defined, so probably it should have been:
lispdir = $(prefix)/emacs/site-lisp/w3m
I ran configure with '--prefix=/dj/aspin/w3m'.