qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Problem with make install on OS X
@ 2004-09-14 13:35 René Korthaus
  2004-09-14 14:50 ` Bernard Sauterel
  0 siblings, 1 reply; 6+ messages in thread
From: René Korthaus @ 2004-09-14 13:35 UTC (permalink / raw)
  To: qemu-devel

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*

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-16 10:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-14 13:35 [Qemu-devel] Problem with make install on OS X René Korthaus
2004-09-14 14:50 ` Bernard Sauterel
2004-09-14 15:06   ` René Korthaus
2004-09-16 10:37     ` stegefin
2004-09-14 19:43   ` René Korthaus
2004-09-14 20:06     ` Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).