wxConfigを使おうとしてエラーになるので

何とかならないかな〜とwebをさまよい、
ココ
を参考に、iconvをリンクしてみることにした。


configure --disable-shared --disable-threads --prefix=/MinGW --with-libiconv-prefix=/MinGW
(--with-mswはやめた)としてみたが、
iconvはリンクされないようなので、
先のページを参考にconfigureをいじってみる。
↓diff

$ diff configure.org configure
31647c31647< if test "$TOOLKIT" != "MSW"; then

    • -

> ## if test "$TOOLKIT" != "MSW"; then
31873c31873< LIBICONV="-liconv"

    • -

> LIBICONV=" -liconv"
31883a31884
> if test "$TOOLKIT" != "MSW"; then