Thanks for a new aMule

But I'm getting this compilation error on MDK 10.0
g++ -DUSE_EMBEDDED_CRYPTO -D__VERBOSE_OUTPUT__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -lpthread -o ed2k ED2KLinkParser.o
gcc -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -lpthread -o amulegui -pthread -lwx_gtk-2.4 -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lz -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl -lssl -lcrypto -ldl
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/../../../crt1.o(.text+0x18): In function `_start':
../sysdeps/i386/elf/start.S:98: undefined reference to `main'
collect2: ld returned 1 exit status
make[4]: *** [amulegui] Error 1
make[4]: Leaving directory `/usr/src/liber-install/aMule-2.0.0rc6/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/liber-install/aMule-2.0.0rc6/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/liber-install/aMule-2.0.0rc6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/liber-install/aMule-2.0.0rc6'
make: *** [all] Error 2

?? What should I do ?