FreeBSD 4.10 mldonkey

Hopeman

Member
Hallo erstmal,
ich arbeite noch nicht so lange mit FreeBSD, mogel mich aber so durch!
nur bei mldonkey verzweifel ich jetzt!!
Er schmeist mir immer das selbe vor den Kopf!!!

gmake[2]: Entering directory `/usr/ports/print/gnomeprint/work/gnome-print-0.37/libgnomeprint'
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../intl -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/local/include/gnome-xml -DPROFILEDIR=\""/usr/X11R6/share/gnome/gnome-print/profiles/"\" -DGNOMEPRINT_LIBDIR=\""/usr/X11R6/lib"\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DBINDIR=\""/usr/X11R6/bin"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" -DFONTMAPDIR_STATIC=\""/usr/X11R6/share/gnome/fonts"\" -DFONTMAPDIR_DYNAMIC=\""/usr/X11R6/etc/gnome/fonts"\" -O -pipe -Wall -Wunused -c gnome-print-master.c
../libtool: Can't open ../libtool: No such file or directory
gmake[2]: *** [gnome-print-master.lo] Error 2
gmake[2]: Leaving directory `/usr/ports/print/gnomeprint/work/gnome-print-0.37/libgnomeprint'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/print/gnomeprint/work/gnome-print-0.37'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/print/gnomeprint.
*** Error code 1

Stop in /usr/ports/x11-toolkits/ocaml-lablgtk.
*** Error code 1

Stop in /usr/ports/net/mldonkey.


kann man mir da noch helfen??
 
Hallo,

Für mich sieht das so aus als ob libtool nicht gefunden wird.

Probier doch mal libtool aus den ports zu installieren,
vielleicht funktioniert`s dann.
 
Jo, geh ma in /usr/ports/print/gnomeprint und loesche das work-dir und mach da ein

make install

Vielleicht hilfts...
 
Hopeman schrieb:
nö, irgendwie hilft da nix!

libtool ist instaliert und
beim make install kommt die selbe meldung!

Wenn make nich läuft brauchste make install garnich zu machen. make install verlinkt nur den von make produzierten maschinencode. oder hab ich da was falsch verstanden?
 
Wenn garnichts hilft, würde ich einfach den Source von hier herunterladen und selbst kompilieren.
Code:
./configure --without-gui --prefix=/usr/local/mldonkey
gmake && gmake install
Funktioniert bei mir ohne Probleme. Mit GUI habe ich noch nie so richtig rumprobiert. Auf Anhieb hatte es bei meinem ersten Versuch damals nicht geklappt, da MLDonkey aber auf meinem Router läuft, benötige ich keine GUI.
 
Zurück
Oben