はじめまして。齋藤と申します。
つい最近いれさせて頂きました。
入って早々質問なのですが...。
私は今、xemacs-21.2.33 を使っております。
この Version はすんなりと INSTALL 出来ました。
しかし xemacs-21.2.34 がリリースされ、INSTALL した
ところ、
------------------
.....
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Testing for Lisp shadows ...
*** Termination code 11 (bu21)
make: fatal error.
*** Error code 1 (bu21)
make: fatal error.
------------------
となり、src/xemacs が core をはいていました。
最近 update された xemacs-21.2.35 でも試したので
すが、全く同じです。
何故 INSTALL 出来なくなったのか悩んでおります。
因みに、OS,プラットホーム等は、
% uversion
Release13.4 Rev.B - EWS4800/360 - WS
% uname -a
UNIX_SV xxx 4.2MP 1.release.0525.05:36 R4000 r4000
です。
以下のシェルで Makefile を作成しました。
------------------
PATH=/usr/bin/X11:/bin:/usr/bin:/usr/ucb:.
LD_RUN_PATH=/usr/local/lib
LANG=C
export PATH LANG LD_RUN_PATH
find . -name config.cache -exec rm {} \;
./configure \
--compiler=/usr/abiccs/bin/cc \
--extra-verbose \
--without-gcc \
--cflags="-Kmips2 -Kopt=2 -KOlimit=3000" \
--cpp=/usr/abiccs/lib/cpp \
--cppflags="-I/usr/local/include" \
--libs="-lsocket -lnsl" \
--ldflags="-L/usr/local/lib" \
--site-includes=/usr/abiccs/include \
--site-libraries=/usr/abiccs/lib \
--site-runtime-libraries=/usr/local/lib \
--dynamic=yes \
--with-x11 \
--x-includes=/usr/abiccs/include/X11R6 \
--x-libraries=/usr/abiccs/lib/X11R6 \
--with-dragndrop \
--with-offix \
--with-xmu \
--with-xpm \
--with-xface \
--with-jpeg \
--with-png \
--with-tiff \
--with-pop \
--package-path=/usr/local/lib/xemacs/packages \
--with-mule \
--with-canna \
--debug=no \
--with-toolbars=yes \
--with-menubars=lucid \
--with-scrollbars=lucid \
--with-dialogs=motif
------------------
宜しくお願い致します。
---
wataru(a)lsi.nec.co.jp