nepos hat geschrieben:Eben, du holst dir ein Paket im Quellcode, du packst den Quellcode aus, wechselst in das neue Verzeichnis und da drin machst du dein ./configure.
Haargenauso mache ich es ja. Das ist der Verzeichnisinhalt:
Code: Alles auswählen
file:/home/schubertp/kqemu-0.6.2-1/kqemu/install.sh
file:/home/schubertp/kqemu-0.6.2-1/kqemu/kmod.c
file:/home/schubertp/kqemu-0.6.2-1/kqemu/kqemu-doc.html
file:/home/schubertp/kqemu-0.6.2-1/kqemu/kqemu-doc.texi
file:/home/schubertp/kqemu-0.6.2-1/kqemu/kqemu.h
file:/home/schubertp/kqemu-0.6.2-1/kqemu/kqemu-mod-i386.o
file:/home/schubertp/kqemu-0.6.2-1/kqemu/LICENSE
file:/home/schubertp/kqemu-0.6.2-1/kqemu/Makefile
file:/home/schubertp/kqemu-0.6.2-1/kqemu/README
und das passiert dann:
Code: Alles auswählen
debian-dell:/home/schubertp# cd kqemu-0.6.2-1/kqemu
debian-dell:/home/schubertp/kqemu-0.6.2-1/kqemu# ./configure
bash: ./configure: Datei oder Verzeichnis nicht gefunden
debian-dell:/home/schubertp/kqemu-0.6.2-1/kqemu#
Und nun frage ich mich, wo configure geblieben ist.
Und das steht in README drin:
You must untar this archive in the qemu/ directory and then launch
./configure to configure it. More information can be found in
qemu-doc.html, section 7, Compilation from the sources.
Woraus ich entnehme, dass ./configure nicht falsch sein kann, oder?