だいぶ Mac で仕事ができるようになってきましたよ。
tgif-4.1.44
xmkmf ; make
swig-1.3.25
./configure ; make
latex2html-2002-2-1
./configure ; make
netpbm とか入れた方がよかったのかなあ。ま、普段はめったに使わないし、いいや。
icu-3.2 + patch
International Components for Unicode. xerces が使う模様。
http://www-306.ibm.com/software/globalization/icu/index.jsp
パッチも置いてあるのでとってきた。
cd icu
patch -p0 < patchfile
cd source
./configure; /usr/bin/gnumake
xerces-c++-2.6.0
setenv ICUROOT /usr/local
setenv XERCESCROOT ${PWD}
cd src/xerces-c
./configure ; make
libsbml-2.3.2
./configure --with-swig --with-python --with-perl --with-java --with-xerces --enable-layout=yes
make