Hello,
got the cvs from today compiled on my panther machine! Now i wanted to
install, i get this error:
cordney:~/cocoa/qemu cordney$ make install
for d in i386-softmmu ppc-softmmu; do \
make -C $d all || exit 1 ; \
done
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
mkdir -p "qemu/bin"
install -m 755 -s qemu-img "qemu/bin"
mkdir -p "qemu/share/qemu"
install -m 644 pc-bios/bios.bin pc-bios/vgabios.bin \
pc-bios/vgabios-cirrus.bin \
pc-bios/ppc_rom.bin \
pc-bios/linux_boot.bin "qemu/share/qemu"
mkdir -p "qemu/share/doc/qemu"
install -m 644 qemu-doc.html qemu-tech.html "qemu/share/doc/qemu"
mkdir -p "qemu/share/man/man1"
install qemu.1 qemu-mkcow.1 "qemu/share/man/man1"
for d in i386-softmmu ppc-softmmu; do \
make -C $d install || exit 1 ; \
done
install -m 755 -s qemu "qemu/bin"
install: qemu/bin: Not a directory
make[1]: *** [install] Error 71
make: *** [install] Error 1
wanted to install into a subdirectory "qemu" and already changed
$prefix in ./configure.
He seems to install everything but the qemu executable.
Thanks for help.
cordney*
_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel