ソースを最新のwxにダウンロードし、問題なくコンパイルできました。
構成:
../configure --enable-optimise --enable-stl --enable-unicode --enable-threads --enable-static --disable-shared --prefix=/usr/local
この例を次のようにコンパイルしようとすると、次のようになります。
g++-4.8 `wx-config --libs` `wx-config --cxxflags` test.cpp
未定義の参照がたくさんあります(完全なリストはこちら)
どうすればこれを機能させることができますか?