Gunnar,
Thank you for your reply. The core dumping problem is now gone, thanks to the --gung-ho
switch.
(What does this do?) I have not tried if your recent fix works yet.
My next problem is that build abnormally ends when it couldn't find makeinfo, as
shown
bellow. The beta tar file does not seem to include this command. Am I supposed to
download "makeinfo" individually from somewhere else?
------build output (excerpt)-------
Compiling files without .elc... Done
cd /home/kuro/ARCHIVE/xemacs-21.2.13/man && make CC='cc' CFLAGS='-v
-xO4' LDFLAGS='' CPPFLAGS='' info
makeinfo cl.texi -o ../info/cl.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo custom.texi -o ../info/custom.info
sh: makeinfo: not found
*** Error code 1 (ignored)
... and so on ....
make: Fatal error: Command failed for target `../../info/xemacs.info'
Current working directory /home/kuro/ARCHIVE/xemacs-21.2.13/man/xemacs
if [ a != a ]; \
then ln -s index.perm index.texi; \
else ln -s index.unperm index.texi; \
fi
makeinfo -o ../../info/lispref.info lispref.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target `../../info/lispref.info'
Current working directory /home/kuro/ARCHIVE/xemacs-21.2.13/man/lispref
makeinfo -o ../../info/new-users-guide.info new-users-guide.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target `../../info/new-users-guide.info'
Current working directory /home/kuro/ARCHIVE/xemacs-21.2.13/man/new-users-guide
if [ a != a ]; \
then ln -s index.perm index.texi; \
else ln -s index.unperm index.texi; \
fi
Expect a coredump if you are not using makeinfo 1.68 (or later)
makeinfo internals.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target `../../info/internals.info'
Current working directory /home/kuro/ARCHIVE/xemacs-21.2.13/man/internals
*** Error code 1 (ignored)
------build output ends-----
Because of this I could not finish "make install" either, and probably because
of that, running the resulting xemacs reports lack of setup-japanese-environment
function, or cannot show outline mode.
-kuro