>>>> "SJT" == Stephen J Turnbull writes:
>>>> "VK" == Vasily Korytov
<deskpot(a)myrealbox.com> writes:
VK> ./configure && make &&
sudo make install
VK> (There may be su -- it doesn't depend.) does not set root
VK> ownership for some files -- ones in
VK> ${prefix}/lib/xemacs-${version}. Full list of them follows.
SJT> Which tarball(s) did you use, or is this from CVS?
xemacs-21.4.8.tar.gz with xemacs-21.4.8-21.4.9.patch.gz and
xemacs-21.4.9-21.4.10.patch.gz patches applied.
Please note, that simply owning all files in the tarball by root won't
help in the case of building by user and installing by root without
chown'ing the source tree (which is the case).
---Vas