- 233 名前:デフォルトの名無しさん mailto:sage [2011/09/04(日) 19:22:45.46 .net]
- >>232
MSYS上から、 g++ -static -o test.exe test.cpp `wx-config --cxxflags` `wx-config --libs` こうかな? -staticオプションつければOKのはず。 以下、wxをビルドしたときの設定。MinGW-w64でもいけました。 ./configure --with-opengl --enable-ipv6 --disable-shared --disable-monolithic --enable-unicode --enable-official_build --disable-threads --prefix=/mingw
|

|