aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: AMule doesn't compile  (Read 2037 times)

Linuxsys

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
AMule doesn't compile
« on: June 26, 2004, 11:01:38 PM »

Hi Guys

I've got slackware 10 and built the needed gd, wxBase,wxGTK and crypto manually (as described in the manual)...

Compiling fails (CVS too) with the same error:

Making all in src


Any help?!?

Output of get-info.sh:

I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 3.3.4

     B. wxWindows Info
        Version: 2.4.2
        -L/var/tmp/wxGTK-2.4.2/lib -pthread -lwx_gtk-2.4

     C. GTK Info
        GTK 1: 1.2.10
        GTK 2: 2.4.3

II.  System Environment

     A. CPU Info
        Type:  GenuineIntel
        Model: Intel(R) Pentium(R) 4 CPU 2.40GHz
        Speed: 2400.148
        BMips: 4784.12
        Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid

     B. Memory Info
        Total:   255936 kB
        Unused:  81192 kB

     C. Kernel Info
        Version: 2.4.26

     D. Library Info
        wxWindows library: libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so libwx_base-2.4.so (libc6) => /lib/libwx_base-2.4.so libwx_base-2.4.so (libc6) => /usr/lib/libwx_base-2.4.so

automake Version: 1.8.5
autoconf   Version: 2.59
« Last Edit: June 27, 2004, 09:10:54 AM by Linuxsys »
Logged

Linuxsys

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: AMule doesn't compile
« Reply #1 on: June 27, 2004, 10:23:25 AM »

I've recompiled the wxGTK package with following:

./configure --prefix=/var/tmp/wxGTK-2.4.2/usr --with-gtk --enable-optimise --disable-debug

Now it works...  ?(
Logged