|--==> "NDB" == Neal D Becker <nbecker(a)hns.com> writes:
NDB> Absolutely. The make install of xemacs is broken. It should
NDB> only install, not compile stuff.
Yes 'make install' is broken, but not because it compiles stuff. It
is broken because it unconditionally compiles stuff. The 'install'
target _should_ compile things, but only things that, as yet, have not
been compiled. In other words, you should be able to:
make distclean
./configure
make install
But if everything has already been built from a previous 'make', then
'make install' should just install and nothing else.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|