XEmacs UTF-2000 install

Stephen J. Turnbull stephen @ xemacs.org
2002年 10月 1日 (火) 09:33:31 JST


>>>>> "tomo" == tomo  <tomo @ mousai.as.wakwak.ne.jp> writes:

    tomo> い(だって、21.4 シリーズのcodename より 21.2 シリーズの 
    tomo> codename の方が好きなんだもん :-)))。

「De gustibus non disputandem.  (好みには経済学はかなえません。)」 --
George Stigler & Gary Becker, 経済学ノベル賞

ただ、configure.inにはこれが便利だろう:

「dnl Search for GCC specific build problems we know about」
の節の直後に

dnl GNU ld now defaults to combreloc, which screws up unexec, but not pdump.
dnl Note that it's OK if the GNU style long option causes non-GNU ld to barf
dnl a usage message, that's often good enough.  Please report it, though.
dnl #### Should make this Solaris-friendly.
dnl Link with -z nocombreloc for now.
if test "$pdump" != "yes"; then
  AC_MSG_CHECKING(for \"-z nocombreloc\" linker flag)
  case "`ld --help 2>&1`" in
    *-z\ nocombreloc* ) AC_MSG_RESULT(yes)
      XE_PREPEND(-z nocombreloc, ld_switch_site) ;;
    *) AC_MSG_RESULT(no) ;;
  esac
fi

と「dnl -------------------------------
   dnl Report on what we decided to do
   dnl -------------------------------」
の数十行のしたには
「echo "  Compiler:                          $CC $CFLAGS"
 echo "  Relocating allocator for buffers:  $rel_alloc"
 echo "             GNU version of malloc:  ${GNU_MALLOC}${GNU_MALLOC_reason}"」
に

case "$ld_switch_site" in
  *nocombreloc*) echo "  Linking with \`-z nocombreloc'.
    - Consider configuring with --pdump." ;;

パチできなくすみません。


-- 
Institute of Policy and Planning Sciences     http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
 My nostalgia for Icon makes me forget about any of the bad things.  I don't
have much nostalgia for Perl, so its faults I remember.  Scott Gilbert c.l.py




More information about the CHISE-ja mailing list