[[開発メモ]] *CygwinでWindowsバイナリを作るための簡易メモ. [#u305529f] (2011-05-19版) -注意: Cygwinにはg++-4, boostの新しいバージョンのみをインストールする configureオプション: $ ./configure --prefix=$HOME/rcss --disable-shared --enable-static CXXFLAGS="-O2 -static" $ ./configure --prefix=$HOME/local --disable-shared --enable-static CXXFLAGS="-O2" できたバイナリは以下のDLLを要求するので,配布パッケージに含める. -cygboost_filesytem-mt-1_43.dll -cygboost_sytem-mt-1_43.dll -cyggcc_s-1.dll -cygstdc++-6.dll -cygwin1.dll -cygz.dll -cygwin1.dll -cygboost_filessytem-gcc-mt-1_33_1.dll