Hi
ich habe seit ein paar tagen linux auf meinen Laptop.
ich möchte jetzt das programm xqf installieren (so wie hlsw)
so wie ich herrausgefunden habe muss ich ja erstmal:
./configure
make
make install
so habe ich es auch gemachtt aussehen tuht es dann so:
kann mir da wer helfen ?
MfG Killer3d
ich habe seit ein paar tagen linux auf meinen Laptop.
ich möchte jetzt das programm xqf installieren (so wie hlsw)
so wie ich herrausgefunden habe muss ich ja erstmal:
./configure
make
make install
so habe ich es auch gemachtt aussehen tuht es dann so:
Code:
Laptop:/home/beuchler/Desktop/xqf-1.0.5 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for intltool >= 0.25... 0.34.1 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... ca da de es fi fr pl ru
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for library containing strerror... none required
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ANSI C header files... (cached) yes
checking whether GTK 2 should be used... no
checking for glib-config... /opt/gnome/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
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.
Laptop:/home/beuchler/Desktop/xqf-1.0.5 # make
make: *** No targets specified and no makefile found. Stop.
Laptop:/home/beuchler/Desktop/xqf-1.0.5 # make install
make: *** No rule to make target `install'. Stop.
Laptop:/home/beuchler/Desktop/xqf-1.0.5 #
kann mir da wer helfen ?
MfG Killer3d