Cocoa Emacsビルドできなくなった

新たにCVSでEmacsを取得し、ビルドを試みると次のようなメッセージを表示し、configureで止まってしまう。

checking build system type... x86_64-apple-darwin10.0.0
checking host system type... x86_64-apple-darwin10.0.0
configure: error: Emacs hasn't been ported to `x86_64-apple-darwin10.0.0' systems.
Check `etc/MACHINES' for recognized configuration names.

64ビット対応していないということなので32ビットのみだとconfigureは成功するが、make bootstrapで失敗する。

./configure --with-ns --without-x --build=i386-apple-darwin10.0.0
..
make bootstrap
...
`/bin/pwd`/temacs --batch --load loadup bootstrap
make[2]: *** [bootstrap-emacs] Bus error
make[1]: *** [src] Error 2
make: *** [bootstrap] Error 2

src/temacsを調べるとx86_64のバイナリになっている。何故だ!?

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください