Hi folks,
I'm trying to compile amuled on SuSE 9.2. I make it the way described in
http://www.amule.org/wiki/index.php/SuSE_9.2_install_at_home but I'm using wxBase-2.5.3 and wxGTK-2.5.3.
./configure --prefix=/home/user/aMuled/ --disable-monolithic --enable-amule-daemon --with-wx-config=/home/user/aMuled/bin/wx-config --with-wxbase-config=/home/user/aMuled/bin/wxbase-config && make && make install
Unfortunately, I get a lot of errors like
<------------- snipp ------------->
amuled-amule.o(.text+0x6f7a):/home/user/aMuled/amule-cvs/src/amule.cpp:1065: undefined reference to `wxString::Find(char, bool) const'
amuled-amule.o(.text+0x6f96):/home/user/aMuled/amule-cvs/src/amule.cpp:1066: undefined reference to `wxString::Find(char, bool) const'
amuled-amule.o(.text+0x6fe2):/home/user/aMuled/amule-cvs/src/amule.cpp:1072: undefined reference to `wxString::operator+=(char const*)'
amuled-amuled.o(.gnu.linkonce.t._ZN12wxAppConsole11GetInstanceEv+0x4): In function `wxAppConsole::GetInstance()':
/home/user/aMuled/amule-cvs/src/amuled.cpp:102: undefined reference to `wxAppConsole::ms_appInstance'
amuled-amuled.o(.gnu.linkonce.t._ZN15CamuleDaemonAppC1Ev+0x2d): In function `CamuleDaemonApp::CamuleDaemonApp[in-charge]()':
/usr/include/wx-2.5/wx/string.h:925: undefined reference to `wxMutex::wxMutex[in-charge](wxMutexType)'
amuled-amuled.o(.gnu.linkonce.t._ZN12wxAppConsole22SetInitializerFunctionEPFPS_vE+0x7): In function `wxAppConsole::SetInitializerFunction(wxAppConsole* (*)())':
/home/user/aMuled/amule-cvs/src/amuled.cpp:130: undefined reference to `wxAppConsole::ms_appInitFn'
collect2: ld returned 1 exit status
make[4]: *** [amuled] Fehler 1
make[4]: Leaving directory `/home/user/aMuled/amule-cvs/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/user/aMuled/amule-cvs/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/user/aMuled/amule-cvs/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/user/aMuled/amule-cvs'
make: *** [all] Fehler 2
<------------- snapp ------------->
Any clue? Is there anyone who has successfully compiled amuled on SuSE 9.2 as non-root user?
Thanx a lot for the help,
Chrille.
PS: Ehem, the directory user is a placeholder...
