suse10:/usr/local/wxGTK/bin # ./wx-config --selected-config
gtk-ansi-release-2.8
Well, first of all, aMule requires a unicode build of wxWidgets. Additionally, you specified --with-wxdebug, which requires wxWidgets built with debugging support.
In short, you need a config 'gtk-
unicode-release-2.8' or, for debugging 'gtk-
unicode-
debug-2.8'.
If it's a self-compiled wxWidgets installation, recompile it with --enable-unicode and optionally with --enable-debug.