aMule Forum
English => aMule Help => Topic started by: Guest on October 26, 2003, 04:55:16 AM
-
Problem installing aMule 1.1.0 in Mandrake 9.1
Installed wxGTK 2.4.2 but installition still stops with following:
eDlg.o gsocket.o -Lwx/xrc -lxrc -L/usr/local/lib -pthread -lwx_gtk-2.4 -lz
/usr/bin/ld: cannot find -lxrc
collect2: ld returned 1 exit status
make[2]: *** [amule] Error 1
make[2]: Leaving directory `/usr/local/src/aMule-1.1.0/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/aMule-1.1.0/src'
make: *** [install-recursive] Error 1
[root@localhost aMule-1.1.0]#
What is missing ?
-
dl get-info.sh and post the output here plz ..
-
Please find enclosed output of get-info.sh
I. Development Environment
A. Compiler Info
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
B. wxWindows Info
Version: 2.4.2
-L/usr/local/lib -pthread -lwx_gtk-2.4
C. GTK Info
GTK 1: 1.2.10
GTK 2: 2.2.1
II. System Environment
A. CPU Info
Type: AuthenticAMD
Model: AMD Athlon(TM) XP 1700+
Speed: 2083.159
BMips: 4154.98
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
B. Memory Info
Total: 515388 kB
Unused: 97200 kB
C. Kernel Info
Version: 2.4.21-0.13mdk
D. Library Info
wxWindows library:
-
D. Library Info
wxWindows library:
u need wxGTK libs ..
D. Library Info
wxWindows library: libwx_gtk_gl-2.4.so (libc6) => /usr/lib/libwx_gtk_gl-2.4.so libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so
greets
delta
-
Thanks your reply, but where can I find these files?
Have tried wxWindows and searching on Google without success
-
Had another look and it appears the files are there but in
/usr/local/lib
libgdkglext-x11-1.0.a
libgdkglext-x11-1.0.la
libgdkglext-x11-1.0.so
libgdkglext-x11-1.0.so.0
libgdkglext-x11-1.0.so.0.2.0
libgtkglext-x11-1.0.a
libgtkglext-x11-1.0.la
libgtkglext-x11-1.0.so
libgtkglext-x11-1.0.so.0
libgtkglext-x11-1.0.so.0.2.0
libwx_gtk-2.4.so
libwx_gtk-2.4.so.0
libwx_gtk-2.4.so.0.1.1
How do I get the program to find them ?
-
Try running configure with
--with-wx-prefix=/usr/local
?