Update : I've now found and followed the instructions provided in the aMule WIKI, removing (as far as I was able to) all traces of the previous packages. However I still get undefined references, and aMule just won't install. Does anyone have any idea what I am missing?
Here are some more undefined references :
HeaderWindowE[vtable for MuleExtern::wxListHeaderWindow]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleGifCtrl.o):(.rodata._ZTV11MuleGifCtrl[vtable for MuleGifCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `__static_initialization_and_destruction_0(int, int)':
MuleListCtrl.cpp:(.text+0x1cf): undefined reference to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `CMuleListCtrl::OnChar(wxKeyEvent&)':
MuleListCtrl.cpp:(.text+0xde8): undefined reference to `wxString::StartsWith(wchar_t const*, wxString*) const'
MuleListCtrl.cpp:(.text+0xf59): undefined reference to `wxString::StartsWith(wchar_t const*, wxString*) const'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `CMuleListCtrl::LoadSettings()':
MuleListCtrl.cpp:(.text+0x17d9): undefined reference to `operator+(wchar_t const*, wxString const&)'
MuleListCtrl.cpp:(.text+0x189b): undefined reference to `operator+(wchar_t const*, wxString const&)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `CMuleListCtrl::SaveSettings()':
MuleListCtrl.cpp:(.text+0x1afd): undefined reference to `operator+(wchar_t const*, wxString const&)'
MuleListCtrl.cpp:(.text+0x1bc6): undefined reference to `operator+(wchar_t const*, wxString const&)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o):(.rodata._ZTV13CMuleListCtrl[vtable for CMuleListCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleNotebook.o):(.rodata._ZTV13CMuleNotebook[vtable for CMuleNotebook]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleTextCtrl.o):(.rodata._ZTV13CMuleTextCtrl[vtable for CMuleTextCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-FileDetailListCtrl.o):(.rodata._ZTV19CFileDetailListCtrl[vtable for CFileDetailListCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-muuli_wdr.o):(.rodata._ZTV12wxButtonBase[vtable for wxButtonBase]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-muuli_wdr.o):(.rodata._ZTV14wxCheckBoxBase[vtable for wxCheckBoxBase]+0x274): more undefined references to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)' follow
collect2: ld returned 1 exit status
make[3]: *** [amule] Error 1
make[3]: Leaving directory `/home/whiskerz/Documents/aMule-2.1.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/whiskerz/Documents/aMule-2.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/whiskerz/Documents/aMule-2.1.3'
make: *** [all] Error 2
I used the ./configure options as specified by the HowTo ... this is getting somewhat frustrating, all I wanted to get to work was the amuleweb server and now nothing works ...