On Sat, 6 Jul 2019 at 10:59, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > Hi all, > > Today I tried transferring my QEMU development setup from my laptop onto a > faster > desktop machine (Intel i7-6700) and was surprised to find my normal "full" > build > script failing: > > ./configure --target-list='x86_64-softmmu sparc64-softmmu sparc-softmmu > ppc-softmmu > arm-softmmu' --prefix=/home/build/rel-qemu-git > make V=1 -j2 install
If you just do 'make' rather than 'make install' does it fail the same way? thanks -- PMM