Hyper Estraierのための私的メモ
Cygwin+MinGWでのビルド環境の設定方法
- Cygwinのバージョンは1.5.9-1にする。1.5.10-xには日本語のファイル名が扱えないバグがある。
- Cygwinのセットアップ時に、MinGWのgccとMinGWのzlibも選択する。
- MinGWのlibiconvは http://www.mingw.org/ から手に入れる。そして、*.h は /usr/include/mingw の下に、*.dll.a は /lib/mingw の下に、*.dll は /binの下に移動させる。
- Pthreads for Win32は http://sources.redhat.com/pthreads-win32/ から手に入れる。そして、*.h は /usr/include/mingw の下に、*.dll.a は /lib/mingw の下に、*.dll は /binの下に移動させる。
- xdoc2txtは http://www31.ocn.ne.jp/~h_ishida/xdoc2txt.html から手に入れる。/usr/local/xdoc2txt を作成してアーカイブの一式をその中に移動させる。
- QDBMのインストールは ./configure --enable-zlib --enable-iconv ; make mingw ; make install-win で行う。