Ok, thanks for your help.
Probably I will compile wxGTK from sources. Seems to be the clean solution.
(@thedude: my wxGTK-rpm is just from this thread, but unicode is not supported in this suse rpms)
But first , I try to compile amule from CVS-sources ignoring the configure-error.
make says (this is just the end of make-output)
/home/jh/my/amule/amule-cvs-1503/src/libs/common/StringFunctions.cpp:178: undefined reference to `operator+(wxString const&, wchar_t)'
../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.text+0xebd): In function `__static_initialization_and_destruction_0':
/home/jh/my/amule/amule-cvs-1503/src/libs/common/StringFunctions.h:79: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.gnu.linkonce.t._ZNK8wxString8ContainsERKS_+0x1c): In function `wxString::Contains(wxString const&) const':
/usr/include/wx-2.6/wx/string.h:706: undefined reference to `wxString::Find(wchar_t const*) const'
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Fehler 1
make[4]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jh/my/amule/amule-cvs-1503'
make: *** [all] Fehler 2
I'm confused. The error message gives no hints to me. Does anybody know whats wrong?