Hi all,
i have a little

problem with compiling the source (1.0.8/7).
The ./configure runs without any problem, but when i start make this error occur:
listctrl.o(.gnu.linkonce.r._ZTV14wxListTextCtrl+0x294):/hds/hd1/tmp/aMule-1.0.8/src/listctrl.cpp:456: undefined reference to `wxTextCtrlBase::overflow(int)'
listctrl.o(.gnu.linkonce.r._ZTV14wxListTextCtrl+0x2d4):/hds/hd1/tmp/aMule-1.0.8/src/listctrl.cpp:456: undefined reference to `non-virtual thunk [nv:-344] to wxTextCtrlBase::overflow(int)'
treectlc.o(.gnu.linkonce.r._ZTV15wxCTreeTextCtrl+0x294):/hds/hd1/tmp/aMule-1.0.8/src/treectlc.cpp:451: undefined reference to `wxTextCtrlBase::overflow(int)'
treectlc.o(.gnu.linkonce.r._ZTV15wxCTreeTextCtrl+0x2d4):/hds/hd1/tmp/aMule-1.0.8/src/treectlc.cpp:451: undefined reference to `non-virtual thunk [nv:-344] to wxTextCtrlBase::overflow(int)'
collect2: ld returned 1 exit status
make[2]: *** [amule] Fehler 1
Does anybody had the same problem, or can give me a hint what to do?
PS: this is the result of the get-info script:
I. Development Environment
A. Compiler Info
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux Thread model: posix gcc version 3.3 20030226 (prerelease) (SuSE Linux)
B. wxWindows Info
Version: 2.4.0
-L/usr/X11R6/lib -pthread -lwx_gtk-2.4
C. GTK Info
GTK 1: 1.2.10
get-info.sh: line 1: pkg-config: command not found
GTK 2:
II. System Environment
A. CPU Info
Type: GenuineIntel
Model: Pentium III (Coppermine)
Speed: 997.486
BMips: 1985.74
Flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse
B. Memory Info
Total: 191176 kB
Unused: 85796 kB
C. Kernel Info
Version: 2.4.20-4GB
D. Library Info
wxWindows library: libwx_gtk_gl-2.4.so (libc6) => /usr/X11R6/lib/libwx_gtk_gl-2.4.so libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so
Thx and greets
Guybrush1112