Tried it again:
Linking amuleweb
../../libs/ec/cpp/libec.a(ECMuleSocket.o): In function `CECMuleSocketHandler::SocketHandler(wxSocketEvent&)':
/home/martin/aMule/mytrunk/src/libs/ec/cpp/ECMuleSocket.cpp:51: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
/home/martin/aMule/mytrunk/src/libs/ec/cpp/ECMuleSocket.cpp:69: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
Offending line is wxCHECK_RET(socket, wxT("Socket event with a NULL socket!"));
I've built wx static - maybe that's related to the problem?