Andreas Röhler<address@hidden> writes:
Compiling MY-PATH/uni-input.el
Wrote MY-PATH/uni-input.elc
make[2]: Leaving directory `MY-PATH/leim'
make[1]: Leaving directory `MY-PATH/emacs-23.3'
make: *** [bootstrap] Fehler 2
Compilation exited abnormally with code 2 at Tue Mar 1 10:41:13
I don't understand why Make is signalling an error here. Could you
describe the procedure you used to build emacs, including the arguments
supplied to configure and to make?
CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
than from inside Emacs
M-x compile
make -k bootstrap
I can't reproduce the error. For me, the above steps end with
...
Compiling /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.el
Wrote /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.elc
make[2]: Leaving directory `/home/cyd/pretest/emacs-23.3/leim'
make[1]: Leaving directory `/home/cyd/pretest/emacs-23.3'
Compilation finished at Tue Mar 1 13:54:19
so it looks like your bootstrap finished, except that Make exited with
code 2 for no apparent reason. (There is nothing noteworthy in the
compile log that you sent me separately.)
Anyone using SuSE 10.2 and able to try reproducing the problem?