Analog+ReportMagic - ライブラリ類をコンパイル。

OSベンダ様謹製のライブラリ類を信用しない性質なのですよ。

freetype

[inu@asdf freetype-2.1.8]$ ./configure && make

jpeg

[inu@asdf jpeg-6b]$ ./configure  \
> --without-x \
> --enable-shared \
> --enable-static \
> && make

libpng

[inu@asdf libpng-1.2.5]$ make -f scripts/makefile.`uname -s`

バカ正直に↑を叩くと 'No such file or directory' になる。オホホ。

libiconv

[inu@asdf libiconv-1.9.1]$ ./configure \
> --enable-static \
> --enable-shared \
> --without-x \
> && make