GCL on Panther(Mac OS X 10.3)

$ ulimit -S -s 8192
$ curl -O http://www.ring.gr.jp/archives/GNU/gcl/gcl-2.6.5.tar.gz
$ tar zxvf gcl-2.6.5.tar.gz
$ cd gcl-2.6.5
$ curl -O http://web.sfc.keio.ac.jp/~k12u/lecture/gcl-2.6.5.patch
($ curl -O http://www.mdbl.sfc.keio.ac.jp/~minoru/howto/gcl-2.6.5.patch)
$ patch -p0 < gcl-2.6.5.patch
$ ./configure --without-dynamic-ffi
$ make
$ sudo make install