Hi.. i configured and tried to make rc7, configure seems okay, but when i compile it aborts:
rc6 compiles and works fine, what could be the problem?
System is suse 9.1
./configure --enable-ccache --enable-webserver --enable-amule-daemon --enable-amule-gui --enable-amulecmd --enable-optimize
/usr/bin/ccache g++ -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -O2-lpthread -o ed2k ED2KLinkParser.o
/usr/bin/ccache gcc -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -O2 -lpthread -o amulegui -L/usr/local/lib -pthread -L/usr/X11R6/lib -lwx_gtk_html-2.5 -lwx_gtk_adv-2.5 -lwx_gtk_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5 -L/opt/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lz -L/usr/lib -lcurl -L/usr/ssl/lib -lz -lssl -lcrypto -ldl
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../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] Fehler 1
make[4]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc7/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc7/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc7/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc7'
make: *** [all] Fehler 2