danke erstmal für die antwort.
ich hab jetzt alles nochmal neu nachinstalliert
das configure läuft jetzt auch durch und schließt mit
Which libraries should aMule use?
wxWidgets 2.4.2
GTK 1.2.10
ab.
als nächstes ist doch ein make install dran, was aber mit diesem fehler abschließt:
Making install in .
make[1]: Entering directory `/home/Mike/amule-cvs'
make[2]: Entering directory `/home/Mike/amule-cvs'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
/bin/sh ./mkinstalldirs /usr/local/share/pixmaps
/usr/bin/install -c -m 644 amule.xpm /usr/local/share/pixmaps/amule.xpm
/usr/bin/install -c -m 644 src/utils/cas/stat.png /usr/local/share/pixmaps/stat.png
/usr/bin/install -c -m 644 src/utils/wxCas/pixmaps/wxcas.xpm /usr/local/share/pixmaps/wxcas.xpm
/bin/sh ./mkinstalldirs /usr/local/share/applications
/usr/bin/install -c -m 644 amule.desktop /usr/local/share/applications/amule.desktop
/usr/bin/install -c -m 644 src/utils/wxCas/wxcas.desktop /usr/local/share/applications/wxcas.desktop
make[2]: Leaving directory `/home/Mike/amule-cvs'
make[1]: Leaving directory `/home/Mike/amule-cvs'
Making install in m4
make[1]: Entering directory `/home/Mike/amule-cvs/m4'
make[2]: Entering directory `/home/Mike/amule-cvs/m4'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Leaving directory `/home/Mike/amule-cvs/m4'
make[1]: Leaving directory `/home/Mike/amule-cvs/m4'
Making install in intl
make[1]: Entering directory `/home/Mike/amule-cvs/intl'
if test "amule" = "gettext" \
&& test '' = 'intl-compat.o'; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib /usr/local/include; \
/usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
@LIBTOOL@ --mode=install \
/usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
: ; \
fi
if test 'no' = yes; then \
test yes != no || /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib; \
temp=/usr/local/lib/t-charset.alias; \
dest=/usr/local/lib/charset.alias; \
if test -f /usr/local/lib/charset.alias; then \
orig=/usr/local/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if test yes = no; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/locale; \
test -f /usr/local/share/locale/locale.alias \
&& orig=/usr/local/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/usr/local/share/locale/t-locale.alias; \
dest=/usr/local/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
if test "amule" = "gettext"; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/intl; \
/usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/intl/$file; \
done; \
chmod a+x /usr/local/share/gettext/intl/config.charset; \
dists="plural.c"; \
for file in $dists; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file \
/usr/local/share/gettext/intl/$file; \
done; \
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; \
for file in $dists; do \
rm -f /usr/local/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/Mike/amule-cvs/intl'
Making install in po
make[1]: Entering directory `/home/Mike/amule-cvs/po'
: --update en_GB.po amule.pot
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
make[1]: Leaving directory `/home/Mike/amule-cvs/po'
PS:
diesmal ohne TXT Datei
