wo und wie füge ich /opt/gome/bin zum pfad dazu? Andreas Winkelmann schrieb:
Am Sonntag, 27. Februar 2005 16:52 schrieb Daniel Dieterle:
habe mir sourcen runtergeladen und wollt sie jetzt mit
./configure make makeinstall
installieren. habe aber bei ./configure diese fehlermeldung erhalten:
checking for gtk-config... no checking for GTK - version >= 1.2.0... no *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG environment variable to the *** full path to gtk-config. configure: error: Cannot find GTK: Is gtk-config in path?
wie kann ich da abhilfe schaffen? gtk 1 und 2 sind installiert.
a.) Du hast gtk-config gar nicht installiert. Ist im Paket gtk-devel
b.) Seid ein paar Versionen ist gtk-config nicht mehr im Pfad von root. Füge /opt/gnome/bin zum Pfad hinzu. Oder führe bis zum "make install" alles als $USER aus.