when i configure with
./configure --enable-amule-daemon --disable-debug --enable-amule-gui
on mandrake 10.1 community, the configure script runs fine
but when i run make i get
make all-recursive
make[1]: Entering directory `/root/aMule-2.0.0rc7'
Making all in m4
make[2]: Entering directory `/root/aMule-2.0.0rc7/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/root/aMule-2.0.0rc7/m4'
Making all in intl
make[2]: Entering directory `/root/aMule-2.0.0rc7/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/root/aMule-2.0.0rc7/intl'
Making all in po
make[2]: Entering directory `/root/aMule-2.0.0rc7/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: Aufruf von stat für ,,t-en_GB.gmo" nicht möglich: No such file or directory
make[2]: *** [en_GB.gmo] Fehler 1
make[2]: Leaving directory `/root/aMule-2.0.0rc7/po'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/root/aMule-2.0.0rc7'
make: *** [all] Fehler 2
very strange
